diff options
Diffstat (limited to 'tests/purgatory.rs')
| -rw-r--r-- | tests/purgatory.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/purgatory.rs b/tests/purgatory.rs index f124b7c..e99540b 100644 --- a/tests/purgatory.rs +++ b/tests/purgatory.rs | |||
| @@ -77,7 +77,6 @@ isolated_purgatory_test!(test_state_event_served_after_git_push); | |||
| 77 | // PR Purgatory Tests | 77 | // PR Purgatory Tests |
| 78 | // ============================================================ | 78 | // ============================================================ |
| 79 | 79 | ||
| 80 | isolated_purgatory_test!(test_pr_event_before_git_data_accepted_into_purgatory); | 80 | isolated_purgatory_test!(test_pr_event_accepted_into_purgatory_and_isnt_served); |
| 81 | isolated_purgatory_test!(test_pr_event_remains_in_purgatory_until_git_data); | 81 | isolated_purgatory_test!(test_pr_event_in_purgatory_git_push_accepted); |
| 82 | isolated_purgatory_test!(test_pr_event_git_push_accepted); | ||
| 83 | isolated_purgatory_test!(test_pr_event_served_after_git_push); | 82 | isolated_purgatory_test!(test_pr_event_served_after_git_push); |