Skip to content

Commit ac37904

Browse files
author
北词你好
committed
update
1 parent 4e1c47f commit ac37904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_dataloader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ def test_download_and_cleanup(self, mock_run, temp_dir, mock_dataset):
7373
assert result == True
7474
mock_run.assert_called_once()
7575

76-
def test_load_data(self):
76+
def test_load_dataset(self):
7777
loader = DatasetLoader()
78-
data = loader.load_data()
78+
data = loader.load_dataset()
7979
assert isinstance(data, dict)
8080
assert 'texts' in data
8181
assert 'labels' in data

0 commit comments

Comments
 (0)