Skip to content

Commit

Permalink
renamed test case net.openhft.chronicle.queue.impl.single.SingleChron…
Browse files Browse the repository at this point in the history
…icleQueueTest.testReadingWritingWhenNextCycleIsInSequence
  • Loading branch information
Rob Austin committed Aug 3, 2016
1 parent 9eddbc0 commit c4e0b8d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2243,7 +2243,7 @@ else if ((i + 1) % 3 == 0)




@Test @Test
public void testReadingWritingWhenCycleNextCycle() throws Exception { public void testReadingWritingWhenNextCycleIsInSequence() throws Exception {


final Path dir = Files.createTempDirectory("demo"); final Path dir = Files.createTempDirectory("demo");
final RollCycles rollCycle = RollCycles.TEST_SECONDLY; final RollCycles rollCycle = RollCycles.TEST_SECONDLY;
Expand Down

0 comments on commit c4e0b8d

Please sign in to comment.