We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5c4ce commit d256a40Copy full SHA for d256a40
models/repo/collaboration_test.go
@@ -65,7 +65,7 @@ func TestRepository_IsCollaborator(t *testing.T) {
65
}
66
test(3, 2, true)
67
test(3, unittest.NonexistentID, false)
68
- test(4, 2, false)
+ test(4, 2, true)
69
test(4, 4, true)
70
71
0 commit comments