fix error message

pull/11381/head
Sharif Elgamal 2021-05-11 15:26:23 -07:00
parent 971c74f381
commit 8b67bf15e5
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ func TestGenerateTestDocs(t *testing.T) {
}
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)