Skip to content

Commit 432763b

Browse files
committed
Update tests
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
1 parent 0fc6caf commit 432763b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/submit/throttle.py.test

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ init_test()
55
for i in range(10):
66
commit(f"A{i}")
77

8-
assert_expected_raises_inline(
9-
RuntimeError,
10-
lambda: gh_submit("Initial"),
11-
"""Cowardly refusing to handle a stack with more than eight PRs. You are likely to get rate limited by GitHub if you try to create or manipulate this many PRs. You can bypass this throttle using --force""",
12-
)
8+
gh_submit("Initial")
139

1410
ok()

0 commit comments

Comments
 (0)