Skip to content

Commit

Permalink
fix_: change communities test
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Oct 17, 2024
1 parent 0eb01c3 commit 12451a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/communities/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func (s *ManagerSuite) TestGetControlledCommunitiesChatIDs() {
controlledChatIDs, err := s.manager.GetOwnedCommunitiesChatIDs()

s.Require().NoError(err)
s.Require().Len(controlledChatIDs, 1)
s.Require().Len(controlledChatIDs, 2)
}

func (s *ManagerSuite) TestStartAndStopTorrentClient() {
Expand Down

0 comments on commit 12451a8

Please sign in to comment.