Skip to content

Commit

Permalink
test fix WIP(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Mar 27, 2024
1 parent 5e3d49c commit f62f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/registration/internal/types/msg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestMsgSendValidation(t *testing.T) {

addr0 := sdk.AccAddress([]byte("qwlnmxj7prpx8rysxm2u"))

cert, err := os.ReadFile("../../testdata/attestation_cert_sw")
cert, err := os.ReadFile("../../testdata/attestation_cert_sw.combined")
require.NoError(t, err)

certBadSig, err := os.ReadFile("../../testdata/attestation_cert_invalid")
Expand Down

0 comments on commit f62f335

Please sign in to comment.