Skip to content

Commit

Permalink
Use _internal for getting binaries path in tests. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheloizaguirre authored Mar 5, 2019
1 parent 5982e34 commit 2044287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testutilities/configutilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@


def getbinariesfolder():
return _getdevconfig()['BaseBinariesPath']
from niveristand import _internal
return _internal.base_assembly_path()


def _getdevconfig():
Expand Down

0 comments on commit 2044287

Please sign in to comment.