Skip to content

Commit

Permalink
Applied fix for TestIssue10 from openmind System
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhmm committed Mar 13, 2024
1 parent 79245de commit ba6e8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libskrypt/tests/TestIssue10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BOOST_AUTO_TEST_CASE(skryptissue10test){
auto& pendingTheVariable = varhost->Host(variableName);

// check that the variable is already solved
auto pendingVariableSolutions = skrypt.Known(pendingTheVariable);
auto& pendingVariableSolutions = skrypt.Known(pendingTheVariable);
BOOST_TEST(pendingVariableSolutions.size() == 1);
for (auto& solution : pendingVariableSolutions) {
BOOST_TEST(solution == 10);
Expand Down

0 comments on commit ba6e8fc

Please sign in to comment.