Skip to content

Commit 761c166

Browse files
committed
Remove unnecessary assert
1 parent 8885795 commit 761c166

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_fetch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ def test_offset(self, schema_any, lang, languages):
213213
assert np.all(
214214
[cc == ll for cc, ll in zip(c, l)]
215215
), "Sorting order is different"
216-
assert len(
217-
schema.DecimalPrimaryKey().fetch()
218-
), "Table DecimalPrimaryKey is empty"
219216

220217
def test_limit_warning(self, schema_any, lang):
221218
"""Tests whether warning is raised if offset is used without limit."""

0 commit comments

Comments
 (0)