We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63b9697 + d82c99e commit 5cc5240Copy full SHA for 5cc5240
1 file changed
ocaml/quicktest/quicktest_http.ml
@@ -102,7 +102,7 @@ module Cookies = struct
102
match body with
103
| first_line :: _ ->
104
D.warn "expected = [%s]; received = [%s]" expected first_line ;
105
- Astring.String.is_infix ~affix:first_line expected
+ Astring.String.is_infix ~affix:expected first_line
106
| _ ->
107
false
108
in
0 commit comments