Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma committed Apr 25, 2022
1 parent 9cecc4e commit 34bbea5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions embed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,5 @@ func TestGetFrontendAssets(t *testing.T) {
So(err, ShouldBeNil)
So(fs.Name(), ShouldEqual, "index.html")
})
Convey("manifest.json", func() {
ff, err := f.Open("manifest.json")
So(err, ShouldBeNil)
fs, err := ff.Stat()
So(err, ShouldBeNil)
So(fs.Name(), ShouldEqual, "manifest.json")
})
})
}

0 comments on commit 34bbea5

Please sign in to comment.