Skip to content

Commit

Permalink
Adjust CI (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Nov 21, 2023
1 parent ebaaed6 commit 5ed94ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/GenerateDocumentation/OutputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ public function generated_postman_collection_file_is_correct()
$fixtureCollection = json_decode(file_get_contents(__DIR__ . '/../Fixtures/collection.json'), true);

dump($fixtureCollection == $generatedCollection);
dump(array_diff($fixtureCollection, $generatedCollection));
$this->assertEquals($fixtureCollection, $generatedCollection);
}

Expand Down

0 comments on commit 5ed94ce

Please sign in to comment.