Skip to content

Commit

Permalink
Fix 'test_is_not_legacy'
Browse files Browse the repository at this point in the history
  • Loading branch information
priitlatt committed Oct 16, 2024
1 parent 4abcbd4 commit 05dcd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/xctests/test_xcresulttool.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from unittest import mock

import pytest
from codemagic.models import Xcode
from codemagic.models.xctests import XcResultTool
from codemagic.models.xctests.xcresulttool import Xcode
from packaging.version import Version


Expand Down

0 comments on commit 05dcd15

Please sign in to comment.