Skip to content

Commit

Permalink
fix claim test
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiSat committed Jan 17, 2024
1 parent 45bf12e commit 6f24e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/claim/keeper/query_claim_record_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ func TestClaimRecord(t *testing.T) {
Chain: types.ETHEREUM,
}
resp, _ = keepers.ClaimKeeper.ClaimRecord(ctx, &req)
require.Equal(t, *resp.ClaimRecord, types.ClaimRecord{})
require.Equal(t, *resp.ClaimRecord, types.ClaimRecord{Chain: types.ETHEREUM})
}

0 comments on commit 6f24e17

Please sign in to comment.