Skip to content
Snippets Groups Projects
Commit 9523be05 authored by Antoine Pietri's avatar Antoine Pietri
Browse files

Model test data: add Release with no author/date

Some releases don't have authors and date fields, this case should be
checked in the tests.
parent af5e4614
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,16 @@ RELEASES = [
message=b"foo",
synthetic=False,
),
Release(
id=hash_to_bytes("ee4d20e80af850cc0f417d25dc5073792c5010d2"),
name=b"this-is-a/tag/1.0",
date=None,
author=None,
target_type=ObjectType.DIRECTORY,
target=b"\x05" * 20,
message=b"bar",
synthetic=False,
),
]
ORIGINS = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment