(s, projectDir string)
| 139 | } |
| 140 | |
| 141 | func testInputFromString(s, projectDir string) *testInput { |
| 142 | return lo.ToPtr(testInput{Package: PackageFromStringWithDefaults(s, &lockfile{projectDir})}) |
| 143 | } |
| 144 | |
| 145 | func TestHashFromNixPkgsURL(t *testing.T) { |
| 146 | tests := []struct { |
no test coverage detected