Skip to content

Commit 4c367e4

Browse files
committed
Review feedback
1 parent 4690044 commit 4c367e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x/group/keeper/keeper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (s *TestSuite) SetupTest() {
115115
s.Require().NoError(err)
116116
s.setNextAccount()
117117

118-
groupSeq := s.groupKeeper.GetGroupSequence(s.sdkCtx)
118+
groupSeq := s.groupKeeper.GetGroupSequence(s.ctx)
119119
s.Require().Equal(groupSeq, uint64(1))
120120

121121
policyRes, err := s.groupKeeper.CreateGroupPolicy(s.ctx, policyReq)

x/group/keeper/msg_server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3365,7 +3365,7 @@ func (s *TestSuite) TestExecProposalsWhenMemberLeavesOrIsUpdated() {
33653365

33663366
s.setNextAccount()
33673367

3368-
s.groupKeeper.GetGroupSequence(s.sdkCtx)
3368+
s.groupKeeper.GetGroupSequence(s.ctx)
33693369
policyRes, err := s.groupKeeper.CreateGroupPolicy(s.ctx, policyReq)
33703370
s.Require().NoError(err)
33713371

0 commit comments

Comments
 (0)