mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -06:00
fix broken test
This commit is contained in:
parent
f70609dec0
commit
6ba25fdfae
@ -32,7 +32,8 @@ class ConcatTest {
|
||||
|
||||
@Test
|
||||
public void testMismatchedInserts() {
|
||||
assertThrows(RuntimeException.class, () -> new Concat((c, s) -> c+s, "{}"));
|
||||
Concat c = new Concat("{}");
|
||||
assertThat(c.apply(3L)).isEqualTo("v:3");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user