This commit is contained in:
Luigi311
2023-03-08 22:21:40 -07:00
parent 7087d75efb
commit 5824e6c0cc
2 changed files with 4 additions and 4 deletions

View File

@@ -302,7 +302,7 @@ def test_mapping_cleanup_watched():
def test_combine_watched_dicts():
input = [
input_watched = [
{
"test3": {
"Anime Movies": [
@@ -407,4 +407,4 @@ def test_combine_watched_dicts():
}
}
assert combine_watched_dicts(input) == expected
assert combine_watched_dicts(input_watched) == expected