diff options
Diffstat (limited to 'internal/game/map_test.go')
| -rw-r--r-- | internal/game/map_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
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")}, |
