Skip to content

Commit

Permalink
Re-enable disabled tests in TestTextFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 23, 2022
1 parent 2e1d4c5 commit e441f8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void setup() throws SchemaException, SAXException, IOException {
}

@SuppressWarnings("SimplifiedTestNGAssertion")
@Test(enabled = false)
@Test
public void test010FormatUser() throws Exception {

// GIVEN
Expand Down Expand Up @@ -204,7 +204,7 @@ private void checkNotes(String notification) {
}

@SuppressWarnings("SimplifiedTestNGAssertion")
@Test(enabled = false)
@Test
public void test030FormatAccount() throws Exception {

given();
Expand Down

0 comments on commit e441f8a

Please sign in to comment.