Override in tests

This commit is contained in:
Pavel Kiselev 2017-01-24 08:06:12 +07:00
parent ee547c5899
commit 4704a8a234
No known key found for this signature in database
GPG Key ID: 4964A418B307836D

View File

@ -44,7 +44,7 @@ func Test_Bookmark_URL(t *testing.T) {
}
func Test_Bookmarks_Path(t *testing.T) {
assert.NotEqual(t, "/.pgweb/bookmarks", Path())
assert.NotEqual(t, "/.pgweb/bookmarks", Path(""))
}
func Test_Basename(t *testing.T) {