Skip to content

Commit f573043

Browse files
committed
test fix
1 parent 3947183 commit f573043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-client/src/test/java/co/elastic/clients/documentation/usage/IndexingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class IndexingTest extends ModelTestCase {
4747
.id("bk-1")
4848
.version(1)
4949
.primaryTerm(1L)
50-
.seqNo(1)
50+
.seqNo(1L)
5151
.result(Result.Created)
5252
.shards(s -> s.total(1).successful(1).failed(0))
5353
);

0 commit comments

Comments
 (0)