Skip to content

Commit a1bb500

Browse files
committed
Fix CRAN tests
Signed-off-by: Tushar Goel <[email protected]>
1 parent 786756b commit a1bb500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cran.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
import pytest
2020

21-
from fetchcode.cran import Cran
21+
from fetchcode.cran import CRAN
2222

23-
get_download_url = Cran.get_download_url
23+
get_download_url = CRAN.get_download_url
2424

2525

2626
@pytest.fixture

0 commit comments

Comments
 (0)