Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Feb 5, 2025
1 parent cae14e5 commit 81f1ad3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ExtraSettings2_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,8 @@ def subtest_switchProfile_importMntGrp(self):
"data_type": types,
"synchronizer": {},
"synchronization": {},
"value_ref_enabled": {},
"value_ref_pattern": {},
"shape": shapes
}
)
Expand Down Expand Up @@ -2798,6 +2800,8 @@ def test_myswitchProfile_importMntGrp(self):
"data_type": types,
"synchronizer": {},
"synchronization": {},
"value_ref_enabled": {},
"value_ref_pattern": {},
"shape": shapes
}
)
Expand Down
4 changes: 4 additions & 0 deletions test/ExtraSettings3_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,8 @@ def subtest_switchProfile_importMntGrp(self):
"nexus_path": paths,
"link": links,
"data_type": types,
"value_ref_enabled": {},
"value_ref_pattern": {},
"synchronizer": {},
"synchronization": {},
"shape": shapes
Expand Down Expand Up @@ -2878,6 +2880,8 @@ def test_myswitchProfile_importMntGrp(self):
"nexus_path": paths,
"link": links,
"data_type": types,
"value_ref_enabled": {},
"value_ref_pattern": {},
"synchronizer": {},
"synchronization": {},
"shape": shapes
Expand Down
4 changes: 4 additions & 0 deletions test/ExtraSettings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,8 @@ def subtest_switchProfile_importMntGrp(self):
"data_type": types,
"synchronizer": {},
"synchronization": {},
"value_ref_enabled": {},
"value_ref_pattern": {},
"shape": shapes
}
)
Expand Down Expand Up @@ -2824,6 +2826,8 @@ def test_myswitchProfile_importMntGrp(self):
"data_type": types,
"synchronizer": {},
"synchronization": {},
"value_ref_enabled": {},
"value_ref_pattern": {},
"shape": shapes
}
)
Expand Down

0 comments on commit 81f1ad3

Please sign in to comment.