diff options
| author | 2026-03-06 10:38:46 +0800 | |
|---|---|---|
| committer | 2026-03-06 10:38:46 +0800 | |
| commit | 7987e9350b590a4a9038ad18fe2ff049c0037cb8 (patch) | |
| tree | dafe51aa15701676d52fc07b4b6163207e94e6bd /internal/testgit/repo_from_fixture.go | |
| parent | reachability: Use commit-graph (diff) | |
| signature | No signature | |
reachability, internal/testgit: Fix lints v0.1.56
Diffstat (limited to 'internal/testgit/repo_from_fixture.go')
| -rw-r--r-- | internal/testgit/repo_from_fixture.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/testgit/repo_from_fixture.go b/internal/testgit/repo_from_fixture.go index 887bf9a3..4a022bc5 100644 --- a/internal/testgit/repo_from_fixture.go +++ b/internal/testgit/repo_from_fixture.go @@ -18,6 +18,7 @@ func NewRepoFromFixture(tb testing.TB, algo objectid.Algorithm, fixtureDir strin dst := tb.TempDir() srcFS := os.DirFS(fixtureDir) + err := copyFS(dst, srcFS) if err != nil { tb.Fatalf("copy fixture %q: %v", fixtureDir, err) |
