Skip to content

Commit 0313af8

Browse files
committed
revert unnecessary change
1 parent ad98e70 commit 0313af8

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.EqualValues(t, 0, len(orgs))
327+
assert.Len(t, orgs, 0)
328328

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

0 commit comments

Comments
 (0)