Skip to content

Commit

Permalink
plural is unused for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyCityGuy committed May 14, 2024
1 parent d7613b6 commit c236ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TestService/Source/Tests/StateMachine.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ local TO_X_HANDLER = to(X_STATE)
local TO_Y_HANDLER = to(Y_STATE)
local FINISH_HANDLER = to(FINISH_STATE)

local function plural(count: number)
return if count == 1 then "" else "s"
end
-- local function plural(count: number)
-- return if count == 1 then "" else "s"
-- end

-- TODO: Evaluate each test to see if it could be done better in Jest. These are currently just translated directly from TestEZ.
-- Done
Expand Down

0 comments on commit c236ea3

Please sign in to comment.