Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Feb 5, 2017
1 parent c06c551 commit 1b9e7b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/TestUtilities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

from coalib.misc.ContextManagers import retrieve_stdout
from coala_utils.ContextManagers import retrieve_stdout


def execute_coala(func, binary, *args):
Expand Down
2 changes: 1 addition & 1 deletion tests/coalaHTMLTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from coalahtml import Constants
from coalahtml.helper import get_file
from coalahtml import coala_html
from coalib.misc.ContextManagers import prepare_file
from coala_utils.ContextManagers import prepare_file
from TestUtilities import execute_coala

ROOT = os.path.join(os.path.dirname(os.path.dirname(__file__)),
Expand Down

0 comments on commit 1b9e7b2

Please sign in to comment.