Browse Source

Remove duplicate line.

MNPALS-2.x
Rosie Le Faive 1 year ago
parent
commit
621b7a2c7d
  1. 1
      tests/src/Kernel/EventGeneratorTest.php

1
tests/src/Kernel/EventGeneratorTest.php

@ -116,7 +116,6 @@ class EventGeneratorTest extends IslandoraKernelTestBase {
['event' => 'delete', 'queue' => 'islandora-indexing-fcrepo-delete']
);
$msg = json_decode($json, TRUE);
$msg = json_decode($json, TRUE);
$this->assertBasicStructure($msg);
$this->assertTrue($msg["type"] == "Delete", "Event must be of type 'Delete'.");

Loading…
Cancel
Save