summaryrefslogtreecommitdiff
path: root/gerber/tests/test_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'gerber/tests/test_common.py')
-rw-r--r--gerber/tests/test_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerber/tests/test_common.py b/gerber/tests/test_common.py
index 357ed18..0224c48 100644
--- a/gerber/tests/test_common.py
+++ b/gerber/tests/test_common.py
@@ -38,4 +38,4 @@ def test_load_from_string():
def test_file_type_validation():
""" Test file format validation
"""
- assert_raises(ParseError, read, 'LICENSE')
+ assert_raises(ParseError, read, __file__)