Skip to content

Commit 903174b

Browse files
tukwilasjmonson
authored andcommitted
update db_file case
Signed-off-by: guangli.bao <[email protected]>
1 parent acebedd commit 903174b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/data/deserializers/test_file.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_hdf5_file_deserializer_success(tmp_path):
284284
###################
285285

286286

287-
@pytest.mark.skip(reason="issue: #492")
287+
@pytest.mark.sanity
288288
def test_db_file_deserializer_success(monkeypatch, tmp_path):
289289
import sqlite3
290290

@@ -317,6 +317,7 @@ def mock_from_sql(sql, con, **kwargs):
317317
data=db_path,
318318
processor_factory=processor_factory(),
319319
random_seed=1,
320+
sql="SELECT * FROM samples",
320321
)
321322

322323
# Assert: result is of type Dataset

0 commit comments

Comments
 (0)