Skip to content

Commit

Permalink
alter e2e tests to new filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwareus committed Oct 26, 2023
1 parent fa48da1 commit 1783909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resolve/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestResolves(t *testing.T) {
{
name: "basic requirements.txt",
manifestFile: "testdata/pip/requirements.txt",
lockFileName: ".requirements.txt.debricked.lock",
lockFileName: "requirements.txt.debricked.lock",
expectedFile: "testdata/pip/expected.lock",
},
{
Expand Down

0 comments on commit 1783909

Please sign in to comment.