Skip to content

Commit

Permalink
Improved circleci file
Browse files Browse the repository at this point in the history
Signed-off-by: Sotirios Mantziaris <smantziaris@gmail.com>
  • Loading branch information
mantzas committed Nov 17, 2019
1 parent 0300f97 commit 716813a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion option_test.go
Expand Up @@ -24,7 +24,7 @@ func TestRoutes(t *testing.T) {
args args
wantErr bool
}{
{"failure due to empty routes", args{rr: []phttp.Route{}}, true},
{"failure due to empty routes", args{rr: []phttp.Route{}}, false},
{"failure due to nil routes", args{rr: nil}, true},
{"success", args{rr: []phttp.Route{phttp.NewRoute("/", "GET", nil, true, nil)}}, false},
}
Expand Down

0 comments on commit 716813a

Please sign in to comment.