Skip to content

Commit

Permalink
Apply changes
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm committed Jun 13, 2023
1 parent f7b7dfb commit 9329355
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions py_utils/test/py_utils/unittest/system/test_System.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,3 @@ def test_is_windows():
# Test case 3: Running the script on a different operating system
os.name = 'mac'
assert (is_windows() is False)


# Run the tests
test_is_linux()
test_is_windows()

0 comments on commit 9329355

Please sign in to comment.