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:
parent
9754bc62db
commit
414c16db09
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user