Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-xie committed Dec 5, 2024
1 parent cb27c40 commit 7e21372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/matching/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestNewConfig(t *testing.T) {
"AdaptiveScalerUpdateInterval": {dynamicconfig.MatchingAdaptiveScalerUpdateInterval, time.Duration(34)},
"EnableAdaptiveScaler": {dynamicconfig.MatchingEnableAdaptiveScaler, true},
"EnableStandbyTaskCompletion": {dynamicconfig.MatchingEnableStandbyTaskCompletion, false},
"EnableAutoConfig": {dynamicconfig.MatchingEnableAutoConfig, false},
"EnableClientAutoConfig": {dynamicconfig.MatchingEnableClientAutoConfig, false},
}
client := dynamicconfig.NewInMemoryClient()
for fieldName, expected := range fields {
Expand Down

0 comments on commit 7e21372

Please sign in to comment.