Skip to content

Commit

Permalink
Removed debug line that was not compatable with 3.5
Browse files Browse the repository at this point in the history
black reformating
  • Loading branch information
mreed8855 committed Oct 3, 2024
1 parent 1d72de1 commit 74de09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/tests/test_virtualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def open_side_effect(file, mode="r", *args, **kwargs):

# Call the function being tested
intel_device = check_sriov_interfaces()
print(f"Intel device: {intel_device}")

# Assert that 'eth0' is correctly identified as the Intel device
self.assertEqual(intel_device, "eth1")

Expand Down

0 comments on commit 74de09b

Please sign in to comment.