Skip to content

Commit a04a94d

Browse files
committed
Fix the failing test. This could be a flaky one...
1 parent 40a4c18 commit a04a94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_repository_server/tests/integration/test_repo_dependency_injection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ async def test_repo_with_dependency_injection__project_page(
127127
},
128128
],
129129
"versions": [
130-
"2.0",
131130
"3.0",
131+
"2.0",
132132
],
133133
}
134134

0 commit comments

Comments
 (0)