Skip to content

Commit 745daaa

Browse files
committed
Add test
1 parent 6c324a7 commit 745daaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_parser.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22
from cedarscript_ast_parser import CEDARScriptASTParser
33

4+
45
def test_can_instantiate_parser():
56
"""Test that we can create a CEDARScriptASTParser instance"""
6-
parser = CEDARScriptASTParser()
7-
assert isinstance(parser, CEDARScriptASTParser)
7+
CEDARScriptASTParser()

0 commit comments

Comments
 (0)