Fixed broken filesystem tests
This commit is contained in:
parent
743a0061c6
commit
a8f648dcb1
@ -20,7 +20,7 @@ func TestNewFilesystem(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Errorf("Passing 5 strings should not raise an error")
|
||||
}
|
||||
expected := Filesystem{"1", "2", "3", "4", "5"}
|
||||
expected := Filesystem{"1", 2, 3, 4, "5"}
|
||||
actual := *proc
|
||||
if expected != actual {
|
||||
t.Errorf("Filesystem was incorrectly generated:\n%s != %s", expected, actual)
|
||||
|
||||
Reference in New Issue
Block a user