Skip to content

Commit

Permalink
Remove exra 0
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ujihara committed May 5, 2017
1 parent a66b51f commit a3af9ce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public void subsetOfBasis() {
Cycle c2 = mock(Cycle.class);
Cycle c3 = mock(Cycle.class);
when(c1.edgeVector()).thenReturn(toBitSet("111000000000"));
when(c2.edgeVector()).thenReturn(toBitSet("0001110000000"));
when(c2.edgeVector()).thenReturn(toBitSet("000111000000"));
when(c3.edgeVector()).thenReturn(toBitSet("011110000000"));
when(c1.length()).thenReturn(3);
when(c2.length()).thenReturn(3);
Expand Down

0 comments on commit a3af9ce

Please sign in to comment.