We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bade2 commit a01f07eCopy full SHA for a01f07e
x/model/internal/types/msgs_test.go
@@ -240,6 +240,7 @@ func TestMsgAddModelVersionValidation(t *testing.T) {
240
modelVersion = getTestModelVersion()
241
modelVersion.OtaURL = ""
242
modelVersion.OtaFileSize = 0
243
+ require.Nil(t, NewMsgAddModelVersion(modelVersion, testconstants.Signer).ValidateBasic())
244
245
// OtaChecksum is mandatory if otaURL is set
246
0 commit comments