Skip to content

Commit

Permalink
fix central unit test execution errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Barheine committed Jul 24, 2017
1 parent bf23938 commit 3f41441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cmd/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func ExampleQuery_table() {

// Output:
// __timestamp__ __value__
// 2017-07-03T09:26:23.997Z 0
// 2017-07-03T07:26:23.997Z 0
}

func ExampleQuery_rangeJSON() {
Expand Down Expand Up @@ -279,7 +279,7 @@ func ExampleQuery_rangeValuesTable() {
queryCmd.RunE(queryCmd, []string{query})

// Output:
// 2017-07-13T22:10:00Z 2017-07-13T22:15:00Z
// 2017-07-13T20:10:00Z 2017-07-13T20:15:00Z
// 0 1
}

Expand All @@ -305,6 +305,6 @@ func ExampleQuery_rangeSeriesTable() {
queryCmd.RunE(queryCmd, []string{query})

// Output:
// check instance region 2017-07-22T22:10:00Z 2017-07-22T22:15:00Z 2017-07-22T22:20:00Z
// check instance region 2017-07-22T20:10:00Z 2017-07-22T20:15:00Z 2017-07-22T20:20:00Z
// keystone 100.64.0.102:9102 staging 0 1 0
}

0 comments on commit 3f41441

Please sign in to comment.