Skip to content

Commit

Permalink
fixes test_barcode
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Feb 22, 2024
1 parent 0d70311 commit ade2ecb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_barcode.py
Expand Up @@ -8,8 +8,7 @@
from ngwidgets.basetest import Basetest

from scan.barcode import Barcode
from scan.scan_webserver import ScanWebServer

from scan.scan_webserver import ScanSolution

class TestBarcode(Basetest):
"""
Expand All @@ -29,7 +28,7 @@ def test_barcodes(self):
),
}

examples_path = ScanWebServer.examples_path()
examples_path = ScanSolution.examples_path()
root_path = f"{examples_path}/barcodes"
barcode_files = os.listdir(root_path)
barcodes = {}
Expand Down

0 comments on commit ade2ecb

Please sign in to comment.