Skip to content

Commit

Permalink
Minor rename of test class
Browse files Browse the repository at this point in the history
  • Loading branch information
mkvanhooft committed Oct 21, 2024
1 parent 437816e commit 47935de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_network_config(
return NetworkConfig(nodes, links)


class TestSdkTwoNodes(unittest.TestCase):
class TestNetwork(unittest.TestCase):
@staticmethod
def run_network_test(
hardware: QuantumHardware = QuantumHardware.Generic,
Expand Down

0 comments on commit 47935de

Please sign in to comment.