Skip to content

Commit

Permalink
fix: repo test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
zl03jsj committed Nov 8, 2022
1 parent 0e2f594 commit 44609c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/repo/fsrepo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func TestRepoLock(t *testing.T) {
assert.FileExists(t, filepath.Join(repoPath, lockFile))

// stm: @REPO_FSREPO_EXISTS_001
exist, err := Exists(filepath.Join(repoPath, lockFile))
exist, err := Exists(repoPath)
assert.NoError(t, err)
assert.True(t, exist)

Expand Down

0 comments on commit 44609c2

Please sign in to comment.