diff --git a/test/resolve/resolver_test.go b/test/resolve/resolver_test.go index f5ae1931..17c0c932 100644 --- a/test/resolve/resolver_test.go +++ b/test/resolve/resolver_test.go @@ -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", }, {