Skip to content

Commit

Permalink
Enable test that was accidentally disabled in #986
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare committed Dec 12, 2023
1 parent a039b9c commit 8a75d7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ private byte[] getBigContents(int size) {
return sb.toString().getBytes();
}

@Test
public void testFailure() throws Exception {
Workspace.clear(target); // make sure there was nothing here before
assertFalse(target.exists());
Expand Down

0 comments on commit 8a75d7c

Please sign in to comment.