aboutsummaryrefslogtreecommitdiff
path: root/lib/memfs
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-04-23 19:51:11 +0700
committerShulhan <m.shulhan@gmail.com>2020-04-23 19:55:23 +0700
commitc0b09c440e8182fbe63c109d62d27065d313541f (patch)
tree4ed46b2918802f6a2492cb662d408098af072ba0 /lib/memfs
parent992ad62d03bc0111039f26f0e0a4ac17e8619126 (diff)
downloadpakakeh.go-c0b09c440e8182fbe63c109d62d27065d313541f.tar.xz
memfs: fix test based on changes on 8b030beb
Diffstat (limited to 'lib/memfs')
-rw-r--r--lib/memfs/memfs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memfs/memfs_test.go b/lib/memfs/memfs_test.go
index 9a1a0657..2accfb9a 100644
--- a/lib/memfs/memfs_test.go
+++ b/lib/memfs/memfs_test.go
@@ -199,7 +199,7 @@ func TestMount(t *testing.T) {
}, {
desc: "With file",
dir: filepath.Join(_testWD, "testdata/index.html"),
- expErr: "mount must be a directory",
+ expErr: "memfs.Mount: mount must be a directory",
}, {
desc: "With directory",
excs: []string{