mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
Fix non-varargs call of varargs method with inexact argument type for last parameter exception warning
This commit is contained in:
parent
4794345efb
commit
8470e79aed
@ -106,7 +106,7 @@ public abstract class AbstractSimpleTranslogTests {
|
||||
assertThat(snapshot.estimatedTotalOperations(), equalTo(3));
|
||||
snapshot.release();
|
||||
|
||||
translog.add(new Translog.DeleteByQuery(new byte[]{4}, null, null));
|
||||
translog.add(new Translog.DeleteByQuery(new byte[]{4}, null));
|
||||
snapshot = translog.snapshot();
|
||||
assertThat(snapshot, translogSize(4));
|
||||
assertThat(snapshot.estimatedTotalOperations(), equalTo(4));
|
||||
|
Loading…
x
Reference in New Issue
Block a user