We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee43ab commit bf35937Copy full SHA for bf35937
app/helpers/ScoreCalculators/SimpleScoreCalculator.php
@@ -92,7 +92,7 @@ public static function isScoreConfigValid(string $scoreConfig): bool {
92
public static function getDefaultConfig(array $tests): string {
93
$config = "testWeights:\n";
94
foreach ($tests as $test) {
95
- $config .= " $test: 100\n";
+ $config .= " \"$test\": 100\n";
96
}
97
return $config;
98
0 commit comments