Skip to content

Commit

Permalink
CCDM: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Nov 29, 2019
1 parent aa56d2c commit 1128c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void should_reuseContextAppShell_when_creatingNewInstance()
public void should_throw_when_offendingClass() throws Exception {
exception.expect(InvalidApplicationConfigurationException.class);
exception.expectMessage(
containsString("Found configuration annotations"));
containsString("Found app shell configuration annotations in non"));

classes.add(MyAppShellWithoutMeta.class);
classes.add(OffendingClass.class);
Expand Down

0 comments on commit 1128c4d

Please sign in to comment.