Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Dec 21, 2023
1 parent 3faf011 commit d0efae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/tasks/test/test_warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_check_synced_row_limits_of_team(
check_synced_row_limits_of_team(self.team.pk)

source.refresh_from_db()
self.assertEqual(source.status, ExternalDataJob.Status.CANCELLED)
self.assertEqual(source.status, ExternalDataSource.Status.PAUSED)

job.refresh_from_db()
self.assertEqual(job.status, ExternalDataJob.Status.CANCELLED)
Expand Down

0 comments on commit d0efae5

Please sign in to comment.