upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/purgatory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/purgatory.rs')
-rw-r--r--tests/purgatory.rs5
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
80isolated_purgatory_test!(test_pr_event_before_git_data_accepted_into_purgatory); 80isolated_purgatory_test!(test_pr_event_accepted_into_purgatory_and_isnt_served);
81isolated_purgatory_test!(test_pr_event_remains_in_purgatory_until_git_data); 81isolated_purgatory_test!(test_pr_event_in_purgatory_git_push_accepted);
82isolated_purgatory_test!(test_pr_event_git_push_accepted);
83isolated_purgatory_test!(test_pr_event_served_after_git_push); 82isolated_purgatory_test!(test_pr_event_served_after_git_push);