summaryrefslogtreecommitdiff
path: root/api/canvas/canvas_test.go
diff options
context:
space:
mode:
authorAlexander Hunt <me@liz.coffee>2026-06-21 12:43:31 -0700
committerAlexander Hunt <me@liz.coffee>2026-06-21 12:43:31 -0700
commitcfc0d34a584254a9ed76620951c810771aff6f3b (patch)
tree7fba034f7347ce0003e7a3a56adcaf862c834907 /api/canvas/canvas_test.go
parentfb653292612eddca5b088ed88466c546d1597107 (diff)
downloadpenguins.lan-cfc0d34a584254a9ed76620951c810771aff6f3b.tar.gz
penguins.lan-cfc0d34a584254a9ed76620951c810771aff6f3b.zip
STUFF
Diffstat (limited to 'api/canvas/canvas_test.go')
-rw-r--r--api/canvas/canvas_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/canvas/canvas_test.go b/api/canvas/canvas_test.go
index 324a3a1..38bb492 100644
--- a/api/canvas/canvas_test.go
+++ b/api/canvas/canvas_test.go
@@ -53,7 +53,6 @@ func TestSnapshotBakesThenReplays(t *testing.T) {
if err := takeSnapshot(db); err != nil {
t.Fatal(err)
}
- // a placement after the snapshot must be replayed on top of it
if _, err := database.SavePixel(db, "u", 6, 6, 0x02be01); err != nil {
t.Fatal(err)
}
@@ -69,7 +68,6 @@ func TestSnapshotBakesThenReplays(t *testing.T) {
t.Errorf("replayed pixel = %06x, want green", got)
}
- // snapshots are kept to one row
if err := takeSnapshot(db); err != nil {
t.Fatal(err)
}