mirror of https://github.com/cheat/cheat.git
Fixing "cheetsheet" typo in tags_test.go
This commit is contained in:
parent
2474ea4fb1
commit
e5d04d41ea
|
@ -9,7 +9,7 @@ import (
|
||||||
"github.com/cheat/cheat/internal/sheet"
|
"github.com/cheat/cheat/internal/sheet"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestTags asserts that cheetsheet tags are properly returned
|
// TestTags asserts that cheatsheet tags are properly returned
|
||||||
func TestTags(t *testing.T) {
|
func TestTags(t *testing.T) {
|
||||||
|
|
||||||
// mock cheatsheets available on multiple cheatpaths
|
// mock cheatsheets available on multiple cheatpaths
|
||||||
|
|
Loading…
Reference in New Issue