Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
RishiRajAnand committed Jan 10, 2025
1 parent f734820 commit 1205056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void testAddBrokenProtoFile() {
fail("Registering broken proto file should fail");
} catch (Exception ex) {
assertThat(ex.getMessage())
.isEqualTo("Failed to resolve type of field \"org.demo.travels.traveller\". Type not found : stringa");
.isEqualTo("Failed to resolve type of field \"org.demo.travels.traveller\" in \"domainModel\". Type not found : stringa");
}
}

Expand Down

0 comments on commit 1205056

Please sign in to comment.