We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b789e commit fa09302Copy full SHA for fa09302
integration/test/Test/UserGroup.hs
@@ -376,7 +376,7 @@ testUserGroupMembersCount = do
376
377
testUserGroupUpdateChannels :: (HasCallStack) => App ()
378
testUserGroupUpdateChannels = do
379
- (alice, tid, [bob]) <- createTeam OwnDomain 2
+ (alice, tid, [_bob]) <- createTeam OwnDomain 2
380
381
ug <-
382
createUserGroup alice (object ["name" .= "none", "members" .= (mempty :: [String])])
0 commit comments