gerrit/javatests
David Pursehouse c7c92466f6 SchemaCreatorTest: Fix varargs warning in assertion
Change I458b807dd introduced a warning:

  Type Integer[] of the last argument to method containsExactly(Object...)
  doesn't exactly match the vararg parameter type. Cast to Object[] to
  confirm the non-varargs invocation, or pass individual arguments of type
  Object for a varargs invocation.

Changing `containsExactly(range)` to `containsExactlyElementsIn(rangeList)`
fixes it.

Change-Id: I1febc7f30dba07faba60f8ee2191a0585637f5c8
2018-08-30 12:48:04 +09:00
..