From bbc7e867d92c185d6316bdd222202f357f8253a3 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 18 Aug 2014 11:55:12 -0400 Subject: [PATCH] spec/strftime_spec: Use the same timestamp every test run. --- spec/strftime_spec.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/strftime_spec.lua b/spec/strftime_spec.lua index 6d019c9..629e04a 100644 --- a/spec/strftime_spec.lua +++ b/spec/strftime_spec.lua @@ -1,8 +1,7 @@ local luatz = require "luatz.init" - +local time = 1234567890 describe("strftime", function() local strftime = luatz.strftime.strftime - local time = luatz.time() for i, spec in ipairs { "a", "A", "b", "B", "c", "C", "d", "D", "e", "F", "g", "G", "H", "I", "j", "m", "M", "n", "p", "r", -- 2.39.2