Skip to content

Commit

Permalink
move test to integration
Browse files Browse the repository at this point in the history
  • Loading branch information
TobleroneSwordfish committed Dec 18, 2024
1 parent 6107459 commit 1a362a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "hello"
desc = "this is a thing"

/proc/RunTest()
/proc/test_appearance()
var/obj/thingtocopy/T = new()
var/obj/otherthing = new()
otherthing.appearance = T.appearance
Expand Down
1 change: 1 addition & 0 deletions Content.IntegrationTests/DMProject/code.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
test_color_matrix()
test_range()
test_verb_duplicate()
test_appearance()
world.log << "IntegrationTests successful, /world/New() exiting..."

0 comments on commit 1a362a1

Please sign in to comment.