Skip to content

Commit d256a40

Browse files
committed
Update collaboration test to reflect added collaboration for user 2 on repo 4
1 parent fc5c4ce commit d256a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/repo/collaboration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func TestRepository_IsCollaborator(t *testing.T) {
6565
}
6666
test(3, 2, true)
6767
test(3, unittest.NonexistentID, false)
68-
test(4, 2, false)
68+
test(4, 2, true)
6969
test(4, 4, true)
7070
}
7171

0 commit comments

Comments
 (0)