Skip to content

Commit

Permalink
memfs: fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Mar 10, 2021
1 parent d62fe84 commit 3d7f61f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memfs/memory_test.go
Expand Up @@ -59,6 +59,7 @@ func (s *MemorySuite) TestExclusive(c *C) {

_, err = s.FS.OpenFile("exclusive", os.O_CREATE|os.O_EXCL|os.O_RDWR, 0666)
c.Assert(err, ErrorMatches, os.ErrExist.Error())
}

func (s *MemorySuite) TestOrder(c *C) {
var err error
Expand Down

0 comments on commit 3d7f61f

Please sign in to comment.