mirror of https://github.com/cheat/cheat.git
chore: fix function names in comment
Signed-off-by: cuibuwei <cuibuwei@gmail.com>
This commit is contained in:
parent
7908a678df
commit
41b6238234
|
@ -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) {
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue