Skip to content

Commit 0ffa7c3

Browse files
committed
chore: remove deprecated test
1 parent 138eece commit 0ffa7c3

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

internal/native/verifier_test.go

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,6 @@ func TestVerifier_Version(t *testing.T) {
1818
fmt.Println("version: ", Version())
1919
}
2020

21-
func TestVerifier_Verify(t *testing.T) {
22-
t.Run("invalid args returns an error", func(t *testing.T) {
23-
24-
v := Verifier{}
25-
args := []string{
26-
"--file",
27-
"/non/existent/path.json",
28-
"--hostname",
29-
"localhost",
30-
"--port",
31-
"55827",
32-
"--state-change-url",
33-
"http://localhost:55827/__setup/",
34-
"--loglevel",
35-
"info",
36-
}
37-
38-
res := v.Verify(args)
39-
40-
assert.Error(t, res)
41-
})
42-
}
43-
4421
func TestVerifier_NewForApplication(t *testing.T) {
4522
v := NewVerifier("pact-go", "test")
4623

0 commit comments

Comments
 (0)