This commit is contained in:
Madison Rye Progress
2026-03-18 23:01:19 -07:00
parent 30812e9763
commit 0ec93d0a1d
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
func TestCursor(t *testing.T) {
Convey("Given a cursor", t, func() {
s := New(4, 4)
s := New(4, 4, false)
So(*s.cursor, ShouldResemble, Point{0, 0})
Convey("When moving cell to cell", func() {