From 424d6fb5603e5648dce56917e84cd920563a603a Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:40:37 +1100 Subject: [PATCH] add back import needed in linux CI --- tests/contracts/testClock.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/contracts/testClock.nim b/tests/contracts/testClock.nim index a21cbda4..47adbf50 100644 --- a/tests/contracts/testClock.nim +++ b/tests/contracts/testClock.nim @@ -1,6 +1,7 @@ import std/times import pkg/chronos import codex/contracts/clock +import codex/utils/json import ../ethertest ethersuite "On-Chain Clock":