1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-17 21:18:37 +02:00

Fixed unit test

This commit is contained in:
Tim Voronov 2020-09-14 22:40:34 -04:00
parent 9754bc62db
commit 414c16db09

View File

@ -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},