Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Mar 18, 2024
1 parent 1d4602b commit 3919ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_from_url_dir(self, stream_cls):

def test_from_url_path(self, stream_cls):
sj = stream_cls.from_url(
"https://github.com/ahuang11/streamjoy/raw/init/tests/data/gapminder.parquet",
"https://github.com/ahuang11/streamjoy/raw/main/tests/data/gapminder.parquet",
)
self._assert_stream_and_props(sj, stream_cls)

Expand Down

0 comments on commit 3919ba4

Please sign in to comment.