From 83f8f5447ec3baf85314ce7343f0e339d28bcc15 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 17:26:23 -0400 Subject: refactor: removed some redundant new map code --- internal/game/map_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/game/map_test.go') diff --git a/internal/game/map_test.go b/internal/game/map_test.go index 05e70d0..4869d38 100644 --- a/internal/game/map_test.go +++ b/internal/game/map_test.go @@ -25,7 +25,6 @@ func writeTempRoom(t *testing.T, dir string, id int, body string) { } } - // TestMapConnectorGlyphs verifies the directional link rendering: bidirectional // links draw a bar, one-way (or one-side-blocked) links draw a directional // arrow, and links with no traversable direction draw a blocked 'X'. @@ -105,8 +104,6 @@ func TestMapConnectorGlyphs(t *testing.T) { } } - - func TestBuildTinyMap(t *testing.T) { g := &Game{ Deps: Deps{World: world.New("../../data")}, -- cgit v1.2.3