Commit f3fbbcac authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 19476823
...@@ -32,7 +32,7 @@ func diff(a, b string) string { ...@@ -32,7 +32,7 @@ func diff(a, b string) string {
func TestFsDump(t *testing.T) { func TestFsDump(t *testing.T) {
buf := bytes.Buffer{} buf := bytes.Buffer{}
err := fsDump(&buf, "../../testdata/1.fs", 1000000) err := fsTail(&buf, "../../testdata/1.fs", 1000000)
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment