Skip to content

Commit bf5cdf7

Browse files
authored
Merge pull request #21 from ajnavarro/fix/breaking-change
Fix Fs to FS
2 parents b250a01 + 2051171 commit bf5cdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subdir/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func (s *FilesystemSuite) SetUpTest(c *C) {
2626
s.path, _ = ioutil.TempDir(stdos.TempDir(), "go-git-fs-test")
2727
osFs := osfs.New(s.path)
2828
s.cfs = New(osFs, "test-subdir")
29-
s.FilesystemSuite.Fs = s.cfs
29+
s.FilesystemSuite.FS = s.cfs
3030
}
3131

3232
func (s *FilesystemSuite) TearDownTest(c *C) {

0 commit comments

Comments
 (0)