aboutsummaryrefslogtreecommitdiffstats
path: root/repository/gogit_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-12-01 21:19:23 +0100
committerMichael Muré <batolettre@gmail.com>2020-12-05 21:41:10 +0100
commitbca9ae82745ffd619fd321f4200016c184849f94 (patch)
tree6223d23c3e865bd2d29ea888d944a57467f2b44d /repository/gogit_test.go
parent28adf41af6a5c0f4b19875912d056b03ea6710f8 (diff)
downloadgit-bug-bca9ae82745ffd619fd321f4200016c184849f94.tar.gz
repo: more work towards RepoStorage
Diffstat (limited to 'repository/gogit_test.go')
-rw-r--r--repository/gogit_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/gogit_test.go b/repository/gogit_test.go
index fba990d3..a1f67664 100644
--- a/repository/gogit_test.go
+++ b/repository/gogit_test.go
@@ -58,7 +58,7 @@ func TestNewGoGitRepo(t *testing.T) {
require.Error(t, err, i)
} else {
require.NoError(t, err, i)
- assert.Equal(t, filepath.ToSlash(tc.outPath), filepath.ToSlash(r.GetPath()), i)
+ assert.Equal(t, filepath.ToSlash(tc.outPath), filepath.ToSlash(r.path), i)
}
}
}