Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-peterson committed May 24, 2023
1 parent a41be84 commit 1eec00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/organization/org_test.go
Expand Up @@ -269,7 +269,7 @@ func TestGetOrgUsersByOrgID(t *testing.T) {
ID: orgUsers[2].ID,
OrgID: 3,
UID: 28,
IsPublic: false,
IsPublic: true,
}, *orgUsers[2])
}

Expand Down

0 comments on commit 1eec00c

Please sign in to comment.