Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
amdurh05 committed Nov 19, 2024
1 parent e5aefe8 commit 2b68e57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/lock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ func TestLockManipulations(t *testing.T) {
port, server := test.HttpHandler(handler)
defer server.Close()
resource := fmt.Sprintf("http://localhost:%d/test2.html", port)
<<<<<<< HEAD
err = lock.AddResource([]string{resource}, "sha512", []string{}, "")
=======
err = lock.AddResource([]string{resource}, "sha512", []string{}, "", "cacheUri")
>>>>>>> 1dc3140 (Replace old project files with new ones)
assert.Nil(t, err)
assert.Equal(t, 2, len(lock.conf.Resource))
err = lock.Save()
Expand Down

0 comments on commit 2b68e57

Please sign in to comment.