Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Dec 8, 2023
1 parent 88da30c commit 50b46e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/driver/src/tests/setup/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ impl<'a> SolveOk<'a> {
assert_eq!(solutions.len(), 1);
let solution = solutions[0].clone();
assert!(solution.is_object());
assert_eq!(solution.as_object().unwrap().len(), 4);
assert_eq!(solution.as_object().unwrap().len(), 5);
solution
}

Expand Down

0 comments on commit 50b46e0

Please sign in to comment.