Skip to content

Commit

Permalink
fix: merge cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Sep 5, 2023
1 parent b30f2f6 commit 9dfb0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/blob/types/payforblob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func TestValidateBasic(t *testing.T) {
{
name: "invalid namespace version",
msg: invalidNamespaceVersionMsgPayForBlobs(t),
wantErr: ErrInvalidNamespaceVersion,
wantErr: types.ErrInvalidNamespaceVersion,
},
}

Expand Down

0 comments on commit 9dfb0fe

Please sign in to comment.