Skip to content

Commit

Permalink
renaming file; renaming var
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin Rentea committed Apr 24, 2017
1 parent 5e3e676 commit 0d11696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/sms/utils_test.go → server/sms/sms_utils_test.go
Expand Up @@ -57,13 +57,13 @@ func createConfig() Config {
topic := "/sms"
worker := 1
intervalMetrics := true
skipFetch := false
toggleable := false
return Config{
Workers: &worker,
SMSTopic: &topic,
Name: "test_gateway",
Schema: SMSSchema,
Toggleable: &skipFetch,
Toggleable: &toggleable,

IntervalMetrics: &intervalMetrics,
}
Expand Down

0 comments on commit 0d11696

Please sign in to comment.