Skip to content

Commit 1903739

Browse files
committed
Make tests less flaky
1 parent cfbf7a9 commit 1903739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/graph/beta/joins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ async def main():
312312

313313
@g.step
314314
async def generate(ctx: StepContext[SimpleState, None, None]) -> list[int]:
315-
return [1, 2, 3, 4, 5]
315+
return [1, 12, 13, 14, 15]
316316

317317
@g.step
318318
async def slow_process(ctx: StepContext[SimpleState, None, int]) -> str:

0 commit comments

Comments
 (0)