Skip to content

Commit b797528

Browse files
author
mcquin
committed
remove unnecessary assert
1 parent ea659ce commit b797528

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
def setup_and_teardown():
1111
log_config = os.path.join(os.path.split(__file__)[0], "resources", "log4j.properties")
1212

13-
assert os.path.exists(log_config)
14-
1513
javabridge.start_vm(
1614
args=[
1715
"-Dlog4j.configuration=file:{}".format(log_config),

0 commit comments

Comments
 (0)