chore: fix function names in comment

Signed-off-by: cuibuwei <cuibuwei@gmail.com>
This commit is contained in:
cuibuwei 2024-04-13 16:36:00 +08:00
parent 7908a678df
commit 41b6238234
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ func TestWriteableOK(t *testing.T) {
}
}
// TestWriteableOK asserts that Writeable returns an error when no writeable
// TestWriteableNotOK asserts that Writeable returns an error when no writeable
// cheatpaths exist
func TestWriteableNotOK(t *testing.T) {

View File

@ -42,7 +42,7 @@ To foo the bar: baz`
}
}
// TestHasFrontmatter asserts that markdown is properly parsed when it does not
// TestHasNoFrontmatter asserts that markdown is properly parsed when it does not
// contain frontmatter
func TestHasNoFrontmatter(t *testing.T) {

View File

@ -52,7 +52,7 @@ func TestFilterSingleTag(t *testing.T) {
}
}
// TestFilterSingleTag asserts that Filter properly filters results when passed
// TestFilterMultiTag asserts that Filter properly filters results when passed
// multiple tags
func TestFilterMultiTag(t *testing.T) {