Skip to content

Commit

Permalink
#111 Fixed import path in unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Apr 15, 2024
1 parent b7764c3 commit 3819d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_saas_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from itertools import chain
import pytest
from exasol.bucketfs.saas_path import SaaSBucketPath
from test.unit.saas_file_mock import SaasFileApiMock
from unit.saas_file_mock import SaasFileApiMock


@pytest.fixture
Expand Down

0 comments on commit 3819d3f

Please sign in to comment.