Skip to content

Commit 9684208

Browse files
committed
fix by changing the expectation
1 parent 22cac3b commit 9684208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ fn test_subsume_primitive() {
360360
(subsume (one))
361361
"#,
362362
);
363-
assert!(res.is_ok());
363+
assert!(res.is_err());
364364
}
365365

366366
#[test]

0 commit comments

Comments
 (0)