Skip to content

Commit e4c6f50

Browse files
IAlibayatravitz
authored andcommitted
fix typo
1 parent 153706a commit e4c6f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openfe_analysis/tests/utils/test_multistate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ def test_get_unitcell(dataset):
9090
def test_simulation_skipped_nc_no_positions_box_vectors_frame1(
9191
skipped_dataset,
9292
):
93-
assert _get_unitcell(dataset, 1, 1) is None
94-
assert dataset.variables["positions"][1][0].mask.all()
93+
assert _get_unitcell(skipped_dataset, 1, 1) is None
94+
assert skipped_dataset.variables["positions"][1][0].mask.all()

0 commit comments

Comments
 (0)