Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Austin committed Apr 21, 2016
1 parent 63e8e78 commit 59fe88e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -807,7 +807,7 @@ public void testSimpleWire() {




@Test @Test
public void testIndexWrittingDocument() { public void testIndexWritingDocument() {
try (final ChronicleQueue chronicle = new SingleChronicleQueueBuilder(getTmpDir()) try (final ChronicleQueue chronicle = new SingleChronicleQueueBuilder(getTmpDir())
.wireType(this.wireType) .wireType(this.wireType)
.build()) { .build()) {
Expand Down

0 comments on commit 59fe88e

Please sign in to comment.