Skip to content

Commit

Permalink
wip: fix installer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 14, 2021
1 parent d869e6b commit a223ae9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions v3/installer/installer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,11 @@ func TestInstallerDownloader(t *testing.T) {
libName: "libpact_verifier_ffi",
version: "0.0.2",
semverRange: ">= 0.8.3, < 1.0.0",
testCommand: func() string {
return "0.8.0"
},
},
MockServerPackage: {
libName: "libpact_mock_server_ffi",
version: "0.0.15",
semverRange: ">= 0.0.15, < 1.0.0",
testCommand: func() string {
return "0.0.13"
},
},
}

Expand Down

0 comments on commit a223ae9

Please sign in to comment.