Skip to content

Commit

Permalink
test(config): fix config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jun 16, 2020
1 parent a074f61 commit cd7a9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func ExampleGetConfig() {
// fmt.Println(config.GetConfig().Services["account"].Deadline)

// Output:
// username:"yourGmailUsername" password:"yourGmailAppPassword" email_server:"smtp.gmail.com" port:587 from:"xmlking[email protected]"
// username:"yourGmailUsername" password:"yourGmailAppPassword" email_server:"smtp.gmail.com" port:587 from:"from[email protected]"
}

func ExampleGetConfig_check_defaults() {
Expand All @@ -44,7 +44,7 @@ func ExampleGetConfig_check_defaults() {
fmt.Println(config.GetConfig().Services.Account.Deadline)

// Output:
// mkit.service.account:8080
// dns:///account.test:8080
// v0.1.0
// 8888
}
Expand Down

0 comments on commit cd7a9f7

Please sign in to comment.