Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Mar 27, 2024
1 parent ed595c4 commit df680df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/registration/internal/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestKeeper_RegisterationStore(t *testing.T) {
defer os.RemoveAll(tempDir)
ctx, regKeeper := CreateTestInput(t, false, tempDir, true)

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

regInfo := types.RegistrationNodeInfo{
Expand Down
Binary file added x/registration/testdata/attestation_cert_sw.combined
Binary file not shown.

0 comments on commit df680df

Please sign in to comment.