Skip to content

Commit

Permalink
Change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Apr 3, 2023
1 parent 097ee3d commit c55e424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/network/test_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def setup_fixture(self):
self.topology = Topology()
ding0_import.import_ding0_grid(pytest.ding0_test_network_path, self)

def test_get_grids(self):
def test_grids(self):
grids = list(self.topology.grids)
assert len(grids) == 11
assert isinstance(grids[0], MVGrid)
Expand Down

0 comments on commit c55e424

Please sign in to comment.