Skip to content

Commit 1eec00c

Browse files
Fix CI
1 parent a41be84 commit 1eec00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/organization/org_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func TestGetOrgUsersByOrgID(t *testing.T) {
269269
ID: orgUsers[2].ID,
270270
OrgID: 3,
271271
UID: 28,
272-
IsPublic: false,
272+
IsPublic: true,
273273
}, *orgUsers[2])
274274
}
275275

0 commit comments

Comments
 (0)