enhance: upgrade version of dependencies (#3494)

This commit is contained in:
海亮
2024-04-18 20:02:27 +08:00
committed by GitHub
parent ebe567dab2
commit adb813fbad
5 changed files with 49 additions and 48 deletions

View File

@ -48,10 +48,7 @@ func TestEncode(t *testing.T) {
gtest.C(t, func(t *gtest.T) {
_, err := gtoml.Encode(tomlErr)
if err == nil {
t.Errorf("encode should be failed. %v", err)
return
}
t.Assert(err, nil)
})
}