@@ -23,6 +23,6 @@ |
||
23 | 23 | |
24 | 24 | $response = $step->execute($request); |
25 | 25 | $this->assertInstanceOf(ArtifactCollection::class, $response); |
26 | - $this->assertEquals([0 => ['type' => 'eq','property' => 'title','value' => 'test']], $response->get('filters')->getValue()); |
|
26 | + $this->assertEquals([0 => ['type' => 'eq', 'property' => 'title', 'value' => 'test']], $response->get('filters')->getValue()); |
|
27 | 27 | } |
28 | 28 | } |