Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
delete unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
be-hase committed Dec 3, 2015
1 parent 7be0211 commit 7f72816
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/test/java/com/behase/relumin/scheduler/NodeSchedulerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ public void setUp() {
nodeScheduler = new NodeScheduler();
}

@Test
public void test() throws InterruptedException {
int i = 0;
long sum = 0;
while (true) {
log.debug("i={}, sum={}", i, sum);
sum += System.currentTimeMillis();
i++;
}
}

@Test
public void isNotify() {
assertThat(nodeScheduler.isNotify("string", "eq", "hoge", "hoge"), is(true));
Expand Down

0 comments on commit 7f72816

Please sign in to comment.