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 d749b4e
Show file tree
Hide file tree
Showing 2 changed files with 7,698 additions 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
Loading

0 comments on commit d749b4e

Please sign in to comment.