Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit a91935a

Browse files
committed
lol wut?
1 parent c224f1a commit a91935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeseries/tests/test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ def test_no_dataset(self, trigger_backfill):
11771177
name=MeasurementName.COVERAGE.value,
11781178
repository_id__in=[self.repo1.pk, self.repo2.pk],
11791179
)
1180-
)
1180+
).reverse()
11811181
assert len(datasets) == 2
11821182
trigger_backfill.assert_called_once_with(datasets)
11831183

0 commit comments

Comments
 (0)