Skip to content

Commit

Permalink
goowah
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Sep 14, 2023
1 parent f0e8014 commit 3d41a9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/unit_tests/_unit_tests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
/// Intended to be used in the manner of `TEST_FOCUS(/datum/unit_test/math)`
#define TEST_FOCUS(test_path) ##test_path { focus = TRUE; }

text2path("test")

#include "anchored_mobs.dm"
#include "autowiki.dm"
#include "bespoke_id.dm"
Expand Down
1 change: 1 addition & 0 deletions code/modules/unit_tests/unit_test.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ GLOBAL_VAR(test_log)
var/static/datum/map_zone/mapzone

/datum/unit_test/New()
var/error = text2path("/obj")
if (isnull(mapzone))
var/height = 7
var/width = 7
Expand Down

0 comments on commit 3d41a9c

Please sign in to comment.