Skip to content

Commit

Permalink
swapped format on a regular string to an f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
waridh committed Aug 14, 2024
1 parent a5cce85 commit d85cede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_sim_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ def test_root_defaults() -> None:
), "Expected port for {} to exist, but found None".format(subsys.name)
assert (
int(found_port) == expected_port
), "Expected to see {}, but got {}".format(expected_port, found_port)
), "Expected to see {expected_port}, but got {found_port}"

0 comments on commit d85cede

Please sign in to comment.