We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7083cd6 + 7ba3f89 commit 04ebfd6Copy full SHA for 04ebfd6
paths_test.go
@@ -139,7 +139,7 @@ func TestSystemd240(t *testing.T) {
139
path := existingPath(paths, "")
140
_, err = path("net_prio")
141
if err == nil {
142
- t.Fatal("error for net_prio shoulld not be nil")
+ t.Fatal("error for net_prio should not be nil")
143
}
144
if err != ErrControllerNotActive {
145
t.Fatalf("expected error %q but received %q", ErrControllerNotActive, err)
0 commit comments