Skip to content

Commit

Permalink
fix test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Aug 20, 2024
1 parent 8bd4735 commit 13b6e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/core/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def test_concatenate_datasets_errors(dataset_with_converter_functions):
assert str(excinfo.value) == "All datasets must have the same document type to concatenate"


def test_add_set_name_to_document():
def test_add_dset_name_to_document():
# Test document having no metadata attribute
doc = Document()
assert not hasattr(doc, "metadata")
Expand Down

0 comments on commit 13b6e1e

Please sign in to comment.