Merge branch '1.5.x'
This commit is contained in:
@@ -55,7 +55,7 @@ public class LayoutsTests {
|
||||
|
||||
@Test
|
||||
public void unknownFile() throws Exception {
|
||||
this.thrown.equals(IllegalStateException.class);
|
||||
this.thrown.expect(IllegalStateException.class);
|
||||
this.thrown.expectMessage("Unable to deduce layout for 'test.txt'");
|
||||
Layouts.forFile(new File("test.txt"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user