From 8cb654ff632fd09ca39941952bd09e2f5d45cecc Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sun, 17 Sep 2017 13:33:38 -0400 Subject: util_throttle_spec: Slight stylistic update for function test group titles --- spec/util_throttle_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/util_throttle_spec.lua b/spec/util_throttle_spec.lua index ed4d810b..c63fc70c 100644 --- a/spec/util_throttle_spec.lua +++ b/spec/util_throttle_spec.lua @@ -13,7 +13,7 @@ package.loaded["util.time"] = { local throttle = require "util.throttle"; describe("util.throttle", function() - describe("#create", function() + describe("#create()", function() it("should be created with correct values", function() now = 5; local a = throttle.create(3, 10); @@ -33,7 +33,7 @@ describe("util.throttle", function() end); end); - describe("#update", function() + describe("#update()", function() it("does nothing when no time hase passed, even if balance is not full", function() now = 5; local a = throttle.create(10, 10); -- cgit v1.2.3