This commit is contained in:
cuibuwei 2024-04-13 08:36:35 +00:00 committed by GitHub
commit 43cc4c4307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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) {