Page MenuHomeSoftware Heritage

D2928.diff
No OneTemporary

D2928.diff

diff --git a/swh/journal/tests/conftest.py b/swh/journal/tests/conftest.py
--- a/swh/journal/tests/conftest.py
+++ b/swh/journal/tests/conftest.py
@@ -75,7 +75,7 @@
'microseconds': 0,
},
'offset': 120,
- 'negative_utc': None,
+ 'negative_utc': False,
},
{
'timestamp': {
@@ -83,7 +83,7 @@
'microseconds': 0,
},
'offset': 120,
- 'negative_utc': None,
+ 'negative_utc': False,
}
]
@@ -96,7 +96,7 @@
'author': COMMITTERS[0],
'committer_date': DATES[0],
'type': 'git',
- 'directory': '\x01'*20,
+ 'directory': b'\x01'*20,
'synthetic': False,
'metadata': None,
'parents': [],
@@ -109,7 +109,7 @@
'author': COMMITTERS[1],
'committer_date': DATES[1],
'type': 'hg',
- 'directory': '\x02'*20,
+ 'directory': b'\x02'*20,
'synthetic': False,
'metadata': None,
'parents': [],
@@ -126,7 +126,7 @@
'microseconds': 0,
},
'offset': 120,
- 'negative_utc': None,
+ 'negative_utc': False,
},
'author': COMMITTERS[0],
'target_type': 'revision',

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 30, 1:53 PM (1 w, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3214598

Event Timeline