Skip to content

Commit

Permalink
Merge pull request #21 from ajnavarro/fix/breaking-change
Browse files Browse the repository at this point in the history
Fix Fs to FS
  • Loading branch information
smola authored Apr 12, 2017
2 parents b250a01 + 2051171 commit bf5cdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subdir/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (s *FilesystemSuite) SetUpTest(c *C) {
s.path, _ = ioutil.TempDir(stdos.TempDir(), "go-git-fs-test")
osFs := osfs.New(s.path)
s.cfs = New(osFs, "test-subdir")
s.FilesystemSuite.Fs = s.cfs
s.FilesystemSuite.FS = s.cfs
}

func (s *FilesystemSuite) TearDownTest(c *C) {
Expand Down

0 comments on commit bf5cdf7

Please sign in to comment.