From dbafcb0311f4cb909c622358dd48bee7590cac87 Mon Sep 17 00:00:00 2001 From: zwim <36999612+zwim@users.noreply.github.com> Date: Tue, 18 Oct 2022 15:56:57 +0200 Subject: [PATCH] UnitTests: Nits and misspellings (#9629) --- spec/unit/uimanager_bench.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/spec/unit/uimanager_bench.lua b/spec/unit/uimanager_bench.lua index f313d4851..35bb1d567 100644 --- a/spec/unit/uimanager_bench.lua +++ b/spec/unit/uimanager_bench.lua @@ -109,9 +109,8 @@ describe("UIManager schedule massive collision tests", function() end end) - -describe("UIManager schedule massive rediculous tests", function() - print("Doing massive rediculous collision tests ......... this takes really a lot time") +describe("UIManager schedule massive ridiculous tests", function() + print("Performing massive ridiculous collision tests ......... this really takes a lot of time") UIManager:quit() for i = 1, 6 do @@ -141,7 +140,6 @@ describe("UIManager schedule massive rediculous tests", function() end check() end - end) describe("UIManager unschedule benchmark", function()