Skip to content

Commit 17a3b08

Browse files
fix name of pytest fixtures
1 parent e93f90d commit 17a3b08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/local/test_stitchee_with_local_files.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ def test_simple_sample(
7272
self,
7373
temp_toy_data_dir,
7474
temp_output_dir,
75-
ds_3dims_3vars_4coords_1group_part1,
76-
ds_3dims_3vars_4coords_1group_part2,
77-
ds_3dims_3vars_4coords_1group_part3,
75+
ds_3dims_3vars_3coords_1group_part1,
76+
ds_3dims_3vars_3coords_1group_part2,
77+
ds_3dims_3vars_3coords_1group_part3,
7878
):
7979
record_dim_name = "step"
8080

0 commit comments

Comments
 (0)