Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Feb 3, 2024
1 parent be03953 commit e08429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lym/unit_tests/lymBasicTests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ TEST(102_PythonInclude)
throw;
}

EXPECT_EQ (console.text (), "Stop 1: m2.py:8\nf: a_inc.py:5\nStop 2: m2.py:14\n");
EXPECT_EQ (console.text (), "Stop 1: m2.py:9\nf: a_inc.py:5\nStop 2: m2.py:15\n");
}

#endif

0 comments on commit e08429e

Please sign in to comment.