IndexEventHandlerTest: Fix 'Unlikely argument type' Eclipse warnings

Eclipse 4.7.0 (Oxygen) introduced a new compiler warning:

  Unlikely argument type

In this case the warning is being emitted because a String is being
passed in place of Index{Account|Change|Group}Task instance.

Replace these with dummy instances of the expected class.

Change-Id: I2c44501c4e0da63f88ad22d1a4a91ff55bed025c
1 file changed
tree: cc922a21682bfadb287b3aab51afa5b671e00f01
  1. lib/
  2. src/
  3. .buckconfig
  4. .gitignore
  5. .mailmap
  6. BUCK