diff --git a/pkg/stdlib/io/fs/write_test.go b/pkg/stdlib/io/fs/write_test.go index a016df95..ff4d99ae 100644 --- a/pkg/stdlib/io/fs/write_test.go +++ b/pkg/stdlib/io/fs/write_test.go @@ -46,10 +46,6 @@ func TestWrite(t *testing.T) { Name: "Arguments Type: `path` not a string", Args: []core.Value{someInt}, }, - { - Name: "Arguments Type: `data` not a binary", - Args: []core.Value{path, someInt}, - }, { Name: "Arguments Type: `params` not an object", Args: []core.Value{path, data, someInt},