Skip to content

Commit

Permalink
Add more coverage
Browse files Browse the repository at this point in the history
- Test corrected
  • Loading branch information
asturio committed Feb 20, 2024
1 parent fd54368 commit 6640dfc
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@
class LayoutProcessorTest {

@Test
void testEnable() {
void testEnableDisable() {
LayoutProcessor.enable();
assertTrue(LayoutProcessor.isEnabled());
}

@Test
void testDisable() {
LayoutProcessor.disable();
assertFalse(LayoutProcessor.isEnabled());
assertThat(LayoutProcessor.getFlags()).isEqualTo(-1);
Expand Down

0 comments on commit 6640dfc

Please sign in to comment.