Skip to content

Commit

Permalink
Tweak to Device unit test for new OmniSim 0.2.x. All tests pass with …
Browse files Browse the repository at this point in the history
…new strict capitalization enforcement in OmniSim.
  • Loading branch information
BobDenny committed Jul 5, 2022
1 parent f9158ac commit 64a35ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyTest/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_device(device, disconn):
print(f" DriverInfo: {device.DriverInfo}")
assert device.DriverInfo == ['SafetyMonitor Simulator Drivers']
print(f" DriverVersion: {device.DriverVersion}")
assert device.DriverVersion == 0.1
assert device.DriverVersion == 0.2 # Some day not hardwired. New 0.2 OmniSim.
print(f" InterfaceVersion: {device.InterfaceVersion}")
assert device.InterfaceVersion == 2
print(f" Name: {device.Name}")
Expand Down

0 comments on commit 64a35ca

Please sign in to comment.