Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Fix squad dataset test
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricanelx committed May 9, 2020
1 parent d08d6ed commit c5b7730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datasets/test_squad.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


@mock.patch("urllib.request.urlretrieve")
def test_smt_dataset_row(mock_urlretrieve):
def test_squad_dataset_row(mock_urlretrieve):
mock_urlretrieve.side_effect = urlretrieve_side_effect

# Check a row are parsed correctly
Expand Down

0 comments on commit c5b7730

Please sign in to comment.