diff options
| author | Alexander Hunt <me@liz.coffee> | 2026-06-21 12:43:31 -0700 |
|---|---|---|
| committer | Alexander Hunt <me@liz.coffee> | 2026-06-21 12:43:31 -0700 |
| commit | cfc0d34a584254a9ed76620951c810771aff6f3b (patch) | |
| tree | 7fba034f7347ce0003e7a3a56adcaf862c834907 /api/canvas/canvas_test.go | |
| parent | fb653292612eddca5b088ed88466c546d1597107 (diff) | |
| download | penguins.lan-cfc0d34a584254a9ed76620951c810771aff6f3b.tar.gz penguins.lan-cfc0d34a584254a9ed76620951c810771aff6f3b.zip | |
STUFF
Diffstat (limited to 'api/canvas/canvas_test.go')
| -rw-r--r-- | api/canvas/canvas_test.go | 2 |
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) } |
