Skip to content

Commit

Permalink
tiny fix in test
Browse files Browse the repository at this point in the history
  • Loading branch information
philbucher committed Jul 29, 2021
1 parent 101510e commit ca1e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/co_sim_io/python/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test_print(self):
info.SetInt("echo_level", 2)
info.SetInt("checking", 22)

exp_string = "CoSimIO-Info; containing 5 entries\n name: checking | value: 22 | type: int\n name: echo_level | value: 2 | type: int\n name: is_converged | value: 1 | type: bool\n name: keyword | value: awesome | type: string\n name: tol | value: 0.008 | type: double\n"
exp_string = "CoSimIO-Info; containing 5 entries\n name: checking | value: 22 | type: int\n name: echo_level | value: 2 | type: int\n name: is_converged | value: true | type: bool\n name: keyword | value: awesome | type: string\n name: tol | value: 0.008 | type: double\n"

self.assertMultiLineEqual(str(info), exp_string)

Expand Down

0 comments on commit ca1e2e4

Please sign in to comment.