Skip to content

Commit

Permalink
Adapt AbstractSimpleIdMatchCorrelationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 25, 2022
1 parent bd84072 commit aaed748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void test110ImportJohnFromSisDisputed() throws Exception {
assertFailure(result);

// May be fragile. Adapt as needed.
assertThat(result.getMessage()).as("error message").contains("already exists in context");
assertThat(result.getMessage()).as("error message").contains("already exists in lens context");

assertUserByUsername("smith1", "after case resolution")
.display()
Expand Down

0 comments on commit aaed748

Please sign in to comment.