Skip to content

Commit

Permalink
APK: fix test function (google#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaritan authored and julieqiu committed May 2, 2023
1 parent 406192f commit ad521a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lockfile/apk-installed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func TestApkInstalled_FileDoesNotExist(t *testing.T) {
t.Parallel()

packages, err := lockfile.ParseRequirementsTxt("fixtures/apk/does-not-exist")
packages, err := lockfile.ParseApkInstalled("fixtures/apk/does-not-exist")

expectErrContaining(t, err, "could not open")
expectPackages(t, packages, []lockfile.PackageDetails{})
Expand Down

0 comments on commit ad521a9

Please sign in to comment.