Skip to content

Commit 1c292e8

Browse files
asm582mamy-CS
authored andcommitted
update engine_test file
1 parent 8b14a3c commit 1c292e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/engines/saturation/engine_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ data:
395395

396396
// Populate global config
397397
common.Config.UpdateSaturationConfig(map[string]interfaces.SaturationScalingConfig{
398-
"default": {}, // Empty config is valid enough to proceed? Validate() might fail if not checked.
398+
"default": {},
399399
})
400400

401401
By("Performing optimization loop")

0 commit comments

Comments
 (0)