From 3919ba427860ea41e1da043ef44ee22dc0cc6977 Mon Sep 17 00:00:00 2001 From: ahuang11 Date: Sun, 17 Mar 2024 20:46:52 -0700 Subject: [PATCH] Fix tests --- tests/test_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_streams.py b/tests/test_streams.py index c85f413..e84d8ac 100644 --- a/tests/test_streams.py +++ b/tests/test_streams.py @@ -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)