Fix test bootstrap script for testing in Studio

This commit is contained in:
Lucien Greathouse
2019-02-11 11:43:06 -08:00
parent 7a8389bf11
commit c7c739dc00

View File

@@ -1,2 +1,2 @@
local TestEZ = require(game.ReplicatedStorage.TestEZ)
TestEZ.TestBootstrap:run(game.ReplicatedStorage.Rojo.plugin)
TestEZ.TestBootstrap:run({game.ReplicatedStorage.Rojo.Plugin})