Skip to content

Commit

Permalink
Update require statements for remote functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Feb 18, 2012
1 parent 359b8ec commit e5b7b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/clj_webdriver/test/remote.clj
Expand Up @@ -5,9 +5,9 @@
[clj-webdriver.test.config :only [test-base-url]]
[clj-webdriver.test.util :only [start-server]]
[clj-webdriver.test.common :only [run-common-tests]]
[clj-webdriver.remote-server :only [new-remote-session stop]])
[clj-webdriver.remote.server :only [new-remote-session stop]])
(:require
[clj-webdriver.remote-driver :as rd]))
[clj-webdriver.remote.driver :as rd]))

(let [[this-server this-driver] (new-remote-session {:port 3003} {:browser :firefox})]
(def server this-server)
Expand Down

0 comments on commit e5b7b72

Please sign in to comment.