Skip to content
Snippets Groups Projects
Commit d8bd0ccd authored by Linus Littauer's avatar Linus Littauer
Browse files

Adjust epl_display path in tests

parent 0e4bdf78
Branches main
No related tags found
No related merge requests found
import pytest
import luma.core.error as luma_core_error
from epl_display import EPLDisplay
from epl.epl_display import EPLDisplay
@pytest.fixture
......
......@@ -2,7 +2,7 @@ import unittest
from unittest.mock import Mock, patch
import asyncio
import luma.core.error as luma_core_error
from epl_display import EPLDisplay
from epl.epl_display import EPLDisplay
class TestEPLDisplay(unittest.TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment