Skip to content

Commit

Permalink
Attempting to fix file not found error in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-c-leary committed Mar 2, 2024
1 parent 3be7288 commit bf911e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vendor/synopsys/synplify_pro/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from elfws.vendor.synopsys import synplify_pro
from tests import test_utils

lLogFile = test_utils.read_file(os.path.join(os.path.dirname(__file__), 'warning_messages.log'))

class testFunctions(unittest.TestCase):

def test_extract_warnings(self):
lLogFile = test_utils.read_file(os.path.join(os.path.dirname(__file__), 'warning_messages.log'))
oWarningList = synplify_pro.extract_warnings(lLogFile)

oWarning = oWarningList.warnings[0]
Expand Down

0 comments on commit bf911e6

Please sign in to comment.