Skip to content

Commit 2fc88a7

Browse files
committed
#227 updates test
1 parent a910ee3 commit 2fc88a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/aventstack/extentreports/ExtentTestLogHierarchyTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public void warning() {
4848
ExtentTest test = test();
4949
test.pass("Pass");
5050
test.info("Info");
51-
test.skip("Skip");
5251
test.warning("Warning");
5352
Assert.assertEquals(test.getStatus(), Status.WARNING);
5453
}

0 commit comments

Comments
 (0)