Skip to content

Commit 4156913

Browse files
committed
progress test
1 parent 6725dec commit 4156913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/contributors/testData.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ val progressResults = listOf(
5555
),
5656
TestResults(
5757
3200, // 2000 + 1200
58-
listOf(User(login = "user-2", contributions = 50), User(login = "user-1", contributions = 50))
58+
listOf(User(login = "user-1", contributions = 50), User(login = "user-2", contributions = 50))
5959
),
6060
expectedResults
6161
)

0 commit comments

Comments
 (0)