Skip to content

Commit

Permalink
Adjust integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 11, 2023
1 parent 4bb4cf3 commit d3c5c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use clingo::*;
fn version() {
let (ma, mi, re) = clingo::version();
assert!(ma == 5);
assert!(mi == 6);
assert!(re == 2);
assert!(mi == 7);
assert!(re == 0);
}
#[test]
fn signature() {
Expand Down

0 comments on commit d3c5c1e

Please sign in to comment.