Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
remove obsolete import (#73, #103)
Browse files Browse the repository at this point in the history
  • Loading branch information
flosell committed Apr 3, 2016
1 parent 928dc54 commit aa4de83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clj/lambdacd/runners_test.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns lambdacd.runners-test
(:require [clojure.test :refer :all]
[lambdacd.runners :refer :all]
[lambdacd.testsupport.test-util :refer [call-with-timeout start-waiting-for get-or-timeout wait-for]]
[lambdacd.testsupport.test-util :refer [start-waiting-for get-or-timeout wait-for]]
[lambdacd.testsupport.data :refer [some-ctx]]
[lambdacd.event-bus :as event-bus]))

Expand Down

0 comments on commit aa4de83

Please sign in to comment.