Skip to content

Commit

Permalink
fix bug in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Seher Karakuzu authored and Seher Karakuzu committed Mar 6, 2024
1 parent 1b36620 commit 7aae9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiled/_tests/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ async def test_write_dataframe_external_direct(a, tmpdir):
management="external",
assets=[
Asset(
parameter="data_uri",
num=None,
parameter="data_uris",
num=0,
data_uri=data_uri,
is_directory=False,
)
Expand Down

0 comments on commit 7aae9ff

Please sign in to comment.