We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109d769 commit a71636bCopy full SHA for a71636b
test/TestGnfParser.py
@@ -6,7 +6,7 @@
6
class Test(unittest.TestCase):
7
8
def setUp(self):
9
- self.gnf_parser = GnfParser("test/test.gnf")
+ self.gnf_parser = GnfParser("test.gnf")
10
11
def test_gnf_parser(self):
12
self.gnf_parser.parse_file()
0 commit comments