Skip to content

Commit 9f9c7cf

Browse files
committed
Fix test
1 parent 6eaea6f commit 9f9c7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/org_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func TestFindOrgs(t *testing.T) {
324324
IncludePrivate: false,
325325
})
326326
assert.NoError(t, err)
327-
assert.Len(t, orgs, 0)
327+
assert.EqualValues(t, 0, len(orgs))
328328

329329
total, err := CountOrgs(FindOrgOptions{
330330
UserID: 4,

0 commit comments

Comments
 (0)