Skip to content

Commit

Permalink
implemented code review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
murphybytes committed Jul 6, 2021
1 parent ae4c070 commit 7e32de4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pkg/analyze/host_time_test.go
Original file line number Diff line number Diff line change
@@ -205,9 +205,6 @@ func TestAnalyzeHostTime(t *testing.T) {
When: "timezone != UTC",
Message: "Timezone is not set to UTC",
},
Pass: &troubleshootv1beta2.SingleOutcome{
Message: "Timezone is set to UTC",
},
},
},
},
@@ -233,20 +230,12 @@ func TestAnalyzeHostTime(t *testing.T) {
When: "timezone != UTC",
Message: "timezone is not set to UTC",
},
Pass: &troubleshootv1beta2.SingleOutcome{
When: "timezone == UTC",
Message: "timezone set to UTC",
},
},
{
Warn: &troubleshootv1beta2.SingleOutcome{
When: "ntp == unsynchronized+active",
Message: "System clock not yet synchronized",
},
Pass: &troubleshootv1beta2.SingleOutcome{
When: "ntp == synchronized+active",
Message: "System clock synchronized",
},
},
},
},

0 comments on commit 7e32de4

Please sign in to comment.