Skip to content

Commit fafb233

Browse files
committed
More consistent assertion
1 parent 4ae90f0 commit fafb233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_xarray_tiler/tests/test_titiler_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def test_add_data_array_creates_api_routes(
2929
colormap_name="viridis",
3030
)
3131

32-
assert len(clean_titiler_server.routes) > 1
32+
assert len(clean_titiler_server.routes) > 0
3333

3434

3535
@pytest.mark.asyncio

0 commit comments

Comments
 (0)