File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ func TestUserListIsPublicMember(t *testing.T) {
85
85
{22 , map [int64 ]bool {}},
86
86
}
87
87
for _ , v := range tt {
88
- t .Run (fmt .Sprintf ("IsPublicMemberOfOrdIg %d" , v .orgid ), func (t * testing.T ) {
88
+ t .Run (fmt .Sprintf ("IsPublicMemberOfOrgId %d" , v .orgid ), func (t * testing.T ) {
89
89
testUserListIsPublicMember (t , v .orgid , v .expected )
90
90
})
91
91
}
@@ -112,7 +112,7 @@ func TestUserListIsUserOrgOwner(t *testing.T) {
112
112
{22 , map [int64 ]bool {}}, // No member
113
113
}
114
114
for _ , v := range tt {
115
- t .Run (fmt .Sprintf ("IsUserOrgOwnerOfOrdIg %d" , v .orgid ), func (t * testing.T ) {
115
+ t .Run (fmt .Sprintf ("IsUserOrgOwnerOfOrgId %d" , v .orgid ), func (t * testing.T ) {
116
116
testUserListIsUserOrgOwner (t , v .orgid , v .expected )
117
117
})
118
118
}
You can’t perform that action at this time.
0 commit comments