Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 16, 2024
1 parent 54e8d55 commit c6c69e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/affiliates/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func TestReferredBy(t *testing.T) {
},
setup: func(ctx sdk.Context, k keeper.Keeper) {},
expected: nil,
expectError: types.ErrAffiliateNotFound,
expectError: nil,
},
}

Expand Down

0 comments on commit c6c69e4

Please sign in to comment.