Skip to content

Commit

Permalink
[tests] fixes bug in importing module
Browse files Browse the repository at this point in the history
  • Loading branch information
minamaged113 committed Jul 8, 2019
1 parent 9788298 commit 507487b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_SonarFile.py
Expand Up @@ -2,7 +2,7 @@
import os
sys.path.append(os.getcwd())
import pytest
import SMSONAR._sonarFile as SF
import SMSONAR._SonarFile as SF


def test_test():
Expand Down

0 comments on commit 507487b

Please sign in to comment.