Skip to content

Commit

Permalink
fix indentation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhahnweilheim committed Feb 3, 2025
1 parent e070b58 commit 8acd78b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/codeception/acceptance/SettingsCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ class SettingsCest
"DarkColorSettings": []
}';

// do not change indentation (we also use it to test the result)
public const JSON_SAMPLE_2 = '{
"Config": [],
"ColorSettings": {
"background4": "#0c343d"
},
"DarkColorSettings": []
}';
"Config": [],
"ColorSettings": {
"background4": "#0c343d"
},
"DarkColorSettings": []
}';

public function testSettings(AcceptanceTester $I)
{
Expand Down

0 comments on commit 8acd78b

Please sign in to comment.