summaryrefslogtreecommitdiffstats
path: root/hugofs/fs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugofs/fs_test.go')
-rw-r--r--hugofs/fs_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hugofs/fs_test.go b/hugofs/fs_test.go
index 47a9482f5..a343bbd1f 100644
--- a/hugofs/fs_test.go
+++ b/hugofs/fs_test.go
@@ -31,7 +31,6 @@ func TestNewDefault(t *testing.T) {
c.Assert(f.Source, hqt.IsSameType, new(afero.OsFs))
c.Assert(f.Os, qt.Not(qt.IsNil))
c.Assert(f.WorkingDir, qt.IsNil)
-
}
func TestNewMem(t *testing.T) {
@@ -57,5 +56,4 @@ func TestWorkingDir(t *testing.T) {
c.Assert(f.WorkingDir, qt.Not(qt.IsNil))
c.Assert(f.WorkingDir, hqt.IsSameType, new(afero.BasePathFs))
-
}