Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Ward <[email protected]>
  • Loading branch information
Oscar Ward committed Oct 12, 2023
1 parent 31cb0f9 commit 635f88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func TestVCS(t *testing.T) {
vcs := vcs.VCS(".")
vcs := vcs.VCS(".", ".")
assert.NotEqual(t, "", vcs.Revision)
}

Expand Down

0 comments on commit 635f88d

Please sign in to comment.