add workflow
This commit is contained in:
@@ -44,8 +44,8 @@ func TestUnmarshalText(t *testing.T) {
|
||||
|
||||
for _, tc := range marshalTextTests {
|
||||
var data bytesize.Size
|
||||
err := json.Unmarshal([]byte(tc.expect), &data)
|
||||
|
||||
err := json.Unmarshal([]byte(tc.expect), &data)
|
||||
if err != nil {
|
||||
t.Errorf("json.Unmarshal(%q) = _, err:%q", tc.in, err)
|
||||
} else if data != tc.in {
|
||||
|
||||
Reference in New Issue
Block a user