"mmdet3d/vscode:/vscode.git/clone" did not exist on "f4c032e41af079e8305b5ad183e6680505ba13df"
Commit 3062217d authored by icecraft's avatar icecraft Committed by xu rui
Browse files

fix: fix ut

parent b04867f9
......@@ -19,7 +19,7 @@ def test_read_local_pdfs():
def test_read_local_images():
datasets = read_local_images('tests/unittest/test_data/assets/pngs', suffixes=['png'])
datasets = read_local_images('tests/unittest/test_data/assets/pngs', suffixes=['.png'])
assert len(datasets) == 2
assert len(datasets[0]) == 1
assert len(datasets[1]) == 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment