mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 00:54:01 +03:00
Add missed case for error rate test
This commit is contained in:
@@ -35,6 +35,8 @@ func (suite *TypeErrorRateTestSuite) TestUnmarshalFail() {
|
||||
assert.Error(t, json.Unmarshal(data, &typeErrorRateTestStruct{}))
|
||||
})
|
||||
}
|
||||
|
||||
suite.Error(json.Unmarshal([]byte("test"), &typeErrorRateTestStruct{}))
|
||||
}
|
||||
|
||||
func (suite *TypeErrorRateTestSuite) TestUnmarshalOk() {
|
||||
|
||||
Reference in New Issue
Block a user