Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
philbucher committed Oct 1, 2023
1 parent cf0f792 commit fc32fbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace Testing {
// check correct error if multiple geometries with sam id are added
KRATOS_EXPECT_EXCEPTION_IS_THROWN(
model_part_lines.AddGeometry(p_line_2),
"Geometry with Id: 1 exists already.");
"Attempting to add Geometry with Id: 1, unfortunately a (different) geometry with the same Id already exists.");

p_line_2->SetId(2);
model_part_lines.AddGeometry(p_line_2);
Expand Down

0 comments on commit fc32fbb

Please sign in to comment.