Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
J-N-K committed Jan 16, 2023
1 parent ccca5c9 commit 33ec8ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void testInvalidBinding() throws Exception {

int lineNumber = 7;
String[] expectedMessages = generateExpectedMessages(lineNumber,
"The content of element binding:binding is not complete. One of {name} is expected.");
"The content of element addon:addon is not complete. One of {type} is expected.");
verifyWithPath("invalidBinding", RELATIVE_PATH_TO_BINDING, expectedMessages);
}

Expand Down

0 comments on commit 33ec8ae

Please sign in to comment.