Skip to content

Commit

Permalink
Update metricbeat/module/windows/service/service_integration_windows_…
Browse files Browse the repository at this point in the history
…test.go

Co-Authored-By: narph <mariana@elastic.co>
  • Loading branch information
andrewkroh and narph committed Apr 15, 2019
1 parent 9d0ea44 commit 2abafae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestReadService(t *testing.T) {
assert.Equal(t, w.DisplayName, s["display_name"],
"Display name of service %v does not match", w.Name)
}
//Some services have changed state before the second retrieval
// Some services have changed state before the second retrieval.
if w.State != s["state"] {
changed := s
changed["initial_state"] = w.State
Expand Down

0 comments on commit 2abafae

Please sign in to comment.