Skip to content

Commit

Permalink
Fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
YehorBoiar committed Oct 5, 2024
1 parent 933cf27 commit 2f83935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/conjure_core/src/ast/variables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::ast::domains::{Domain, Range};
///
/// # Example
/// ```
/// use crate::ast::domains::{DecisionVariable, Domain, Range};
/// use conjure_core::ast::domains::{DecisionVariable, Domain, Range};
///
/// let bool_var = DecisionVariable::new(Domain::BoolDomain);
/// let int_var = DecisionVariable::new(Domain::IntDomain(vec![Range::Bounded(1, 10)]));
Expand Down

0 comments on commit 2f83935

Please sign in to comment.