This commit is contained in:
2026-06-24 20:04:18 -04:00
parent 6296f45486
commit 6c0dfcf40c

View File

@@ -42,7 +42,7 @@ def test_migration():
},
}
result = migration.migrate(v1)
assert result["version"] == 2
assert result["version"] == content.SAVE_VERSION
assert result["cat"]["fullness"] == 100
assert "last_updated" in result["cat"]