Skip to content

Commit 4faefdd

Browse files
eblanco-ansyspre-commit-ci[bot]pyansys-ci-bot
authored
FIX: Fixed generated jsons test issue (#6729)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent d187948 commit 4faefdd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

doc/changelog.d/6729.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed generated jsons test issue

tests/system/general/test_08_Primitives3D.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,13 +1504,13 @@ def test_72_check_choke_values(self):
15041504
scratch_choke_file5 = self.local_scratch.copyfile(choke_file5)
15051505
scratch_choke_file6 = self.local_scratch.copyfile(choke_file6)
15061506
scratch_choke_file7 = self.local_scratch.copyfile(choke_file7)
1507-
resolve1 = self.aedtapp.modeler.check_choke_values(scratch_choke_file1, create_another_file=True)
1508-
resolve2 = self.aedtapp.modeler.check_choke_values(scratch_choke_file2, create_another_file=True)
1509-
resolve3 = self.aedtapp.modeler.check_choke_values(scratch_choke_file3, create_another_file=True)
1510-
resolve4 = self.aedtapp.modeler.check_choke_values(scratch_choke_file4, create_another_file=True)
1511-
resolve5 = self.aedtapp.modeler.check_choke_values(scratch_choke_file5, create_another_file=True)
1512-
resolve6 = self.aedtapp.modeler.check_choke_values(scratch_choke_file6, create_another_file=True)
1513-
resolve7 = self.aedtapp.modeler.check_choke_values(scratch_choke_file7, create_another_file=True)
1507+
resolve1 = self.aedtapp.modeler.check_choke_values(scratch_choke_file1, create_another_file=False)
1508+
resolve2 = self.aedtapp.modeler.check_choke_values(scratch_choke_file2, create_another_file=False)
1509+
resolve3 = self.aedtapp.modeler.check_choke_values(scratch_choke_file3, create_another_file=False)
1510+
resolve4 = self.aedtapp.modeler.check_choke_values(scratch_choke_file4, create_another_file=False)
1511+
resolve5 = self.aedtapp.modeler.check_choke_values(scratch_choke_file5, create_another_file=False)
1512+
resolve6 = self.aedtapp.modeler.check_choke_values(scratch_choke_file6, create_another_file=False)
1513+
resolve7 = self.aedtapp.modeler.check_choke_values(scratch_choke_file7, create_another_file=False)
15141514
assert isinstance(resolve1, list)
15151515
assert resolve1[0]
15161516
assert isinstance(resolve1[1], dict)

0 commit comments

Comments
 (0)