Skip to content

Commit 5712645

Browse files
Fix test
1 parent 50458bc commit 5712645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/ImportExport/ManifestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function testGetProcessManager()
131131
$payload = $exporter->payload();
132132

133133
$processManager = $payload['export'][$process->uuid]['process_manager'];
134-
$this->assertEquals('John Doe', $processManager);
134+
$this->assertEquals('John Doe', $processManager[0]);
135135
}
136136

137137
public function testWarningIfExporterClassMissing()

0 commit comments

Comments
 (0)