fix error message
parent
971c74f381
commit
8b67bf15e5
|
@ -78,7 +78,7 @@ func TestGenerateTestDocs(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if diff := cmp.Diff(string(actualContents), string(expectedContents)); diff != "" {
|
if diff := cmp.Diff(string(actualContents), string(expectedContents)); diff != "" {
|
||||||
t.Errorf("Docs are not updated. Please run `make generate-docs` to update commands documentation: %s", diff)
|
t.Errorf("Test docs are not updated. Please run `make generate-docs` to update documentation: %s", diff)
|
||||||
}
|
}
|
||||||
|
|
||||||
rest := string(actualContents)
|
rest := string(actualContents)
|
||||||
|
|
Loading…
Reference in New Issue