Skip to content

Commit

Permalink
Fix package_test:TestInstallSimplePackage on Windows v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Mar 15, 2023
1 parent 71a196b commit 4955be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func TestInstallSimplePackage(t *testing.T) {
assert.Contains(t, files[i].Name(), "core_pdd", "the name of the plugin lib is jsdec")
}
for i := range installed_files {
assert.Contains(t, installed_files[i], "libcore_pdd", "jsdec should install libcore_pdd in plugins dir")
assert.Contains(t, installed_files[i], "core_pdd", "jsdec should install core_pdd in plugins dir")
}
}

Expand Down

0 comments on commit 4955be0

Please sign in to comment.