diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-04-23 19:51:11 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-04-23 19:55:23 +0700 |
| commit | c0b09c440e8182fbe63c109d62d27065d313541f (patch) | |
| tree | 4ed46b2918802f6a2492cb662d408098af072ba0 /lib/memfs/memfs_test.go | |
| parent | 992ad62d03bc0111039f26f0e0a4ac17e8619126 (diff) | |
| download | pakakeh.go-c0b09c440e8182fbe63c109d62d27065d313541f.tar.xz | |
memfs: fix test based on changes on 8b030beb
Diffstat (limited to 'lib/memfs/memfs_test.go')
| -rw-r--r-- | lib/memfs/memfs_test.go | 2 |
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{ |
