Skip to content

Commit

Permalink
remove unnecessary assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mcquin committed Aug 18, 2017
1 parent ea659ce commit b797528
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
def setup_and_teardown():
log_config = os.path.join(os.path.split(__file__)[0], "resources", "log4j.properties")

assert os.path.exists(log_config)

javabridge.start_vm(
args=[
"-Dlog4j.configuration=file:{}".format(log_config),
Expand Down

0 comments on commit b797528

Please sign in to comment.