Skip to content

Commit

Permalink
Merge pull request #1 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
#major
  • Loading branch information
CarlosNasayo authored Dec 11, 2023
2 parents 4671066 + fa532fb commit a898f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
orm_dir_path = os.path.abspath(os.path.join(dir_path, '..'))
sys.path.append(orm_dir_path)
from aclimate_orm.models.roles import Roles

#tests
class TestRol(unittest.TestCase):

def setUp(self):
Expand Down

0 comments on commit a898f9e

Please sign in to comment.