From c7c739dc00891629a2a01ce2fb1fb534c9f84f04 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 11 Feb 2019 11:43:06 -0800 Subject: [PATCH] Fix test bootstrap script for testing in Studio --- plugin/testBootstrap.server.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/testBootstrap.server.lua b/plugin/testBootstrap.server.lua index ae53be9f..4d10558a 100644 --- a/plugin/testBootstrap.server.lua +++ b/plugin/testBootstrap.server.lua @@ -1,2 +1,2 @@ local TestEZ = require(game.ReplicatedStorage.TestEZ) -TestEZ.TestBootstrap:run(game.ReplicatedStorage.Rojo.plugin) \ No newline at end of file +TestEZ.TestBootstrap:run({game.ReplicatedStorage.Rojo.Plugin}) \ No newline at end of file