Skip to content

Commit ff14190

Browse files
tests: fix condition
1 parent b363c1a commit ff14190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ mod tests {
188188

189189
#[test]
190190
fn binary_works() {
191-
assert!(run_php("binary.php") = "1 2 3 4 5");
191+
assert!(run_php("binary.php") == "1 2 3 4 5");
192192
}
193193

194194
#[test]

0 commit comments

Comments
 (0)