Skip to content

Commit

Permalink
Change mapd reference to omnisci reference (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Zwitch committed Mar 19, 2020
1 parent 0e8e293 commit 813bb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def mapd_server():
'-v', '/dev:/dev',
'-p', '6274:6274',
'-p', '9092:9092',
'--name=mapd', 'mapd/core-os-cpu:latest'])
'--name=mapd', 'omnisci/core-os-cpu:latest'])
# yield and stop afterwards?
assert _check_open()
# Takes some time to start up. Unfortunately even trying to connect
Expand Down

0 comments on commit 813bb2c

Please sign in to comment.