Skip to content

Commit ce08dd6

Browse files
simon.dudleymrwilson
authored andcommitted
Fixed couple of minor errors in the README
1 parent 202fe7b commit ce08dd6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class MyIgnorableTest {
4242

4343
@IgnoreUntil("2014-10-30")
4444
@Test
45-
public void ignoredUntil20180101() {
45+
public void ignoredUntil20141030() {
4646
}
4747

4848
@IgnoreUntil("2014-10-30T17:30:00")
@@ -73,12 +73,6 @@ public class MyIgnorableTest {
7373
public void notIgnored() {
7474
}
7575
}
76-
77-
@IgnoreUntil("2014-10-30T17:30:00")
78-
@Test
79-
public void example_test_ignored_until_a_datetime() {
80-
81-
}
8276
```
8377

8478
## Quarantine non-deterministic tests

0 commit comments

Comments
 (0)