Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tukaelu committed Oct 21, 2023
1 parent e50560d commit 6b44efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/subcommand/cmd_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestListExternalMonitorMetricNames(t *testing.T) {
]
}
`
w.Write([]byte(resJson))
_, _ = w.Write([]byte(resJson))
}))
defer sv.Close()

Expand Down

0 comments on commit 6b44efb

Please sign in to comment.