diff --git a/systemctl_test.go b/systemctl_test.go index a8eb67f..629122e 100644 --- a/systemctl_test.go +++ b/systemctl_test.go @@ -168,7 +168,7 @@ func TestDisable(t *testing.T) { } -// Runs through all defined properties and checks for error cases +// Runs through all defined Properties in parallel and checks for error cases func TestShow(t *testing.T) { if testing.Short() { t.Skip("skipping test in short mode.")