Skip to content

Commit 8c4357b

Browse files
committed
Fix tests
1 parent 10c935e commit 8c4357b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/Bridge/Symfony/Bundle/Command/SwaggerCommandTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ public function testExecuteWithYamlVersion3()
8484

8585
$expected = <<<YAML
8686
info:
87-
title: 'My Dummy API'
88-
version: 0.0.0
89-
description: |
90-
This is a test API.
91-
Made with love
87+
title: 'My Dummy API'
88+
version: 0.0.0
89+
description: |
90+
This is a test API.
91+
Made with love
9292
YAML;
9393
$this->assertContains($expected, $result, 'multiline formatting must be preserved (using literal style).');
9494
}

0 commit comments

Comments
 (0)