Skip to content

Commit 8d33711

Browse files
tests: fix rendering of hex32, hex64 values
1 parent 164378e commit 8d33711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_records.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_parse_record(system):
208208
['UnsignedWordTypeNode', '105'],
209209
['UnsignedWordTypeNode', '105'],
210210
['NullTypeNode'],
211-
['Hex64TypeNode', '0x80000000000000'],
211+
['Hex64TypeNode', '0x8000000000000000'],
212212
['FiletimeTypeNode', '2012-03-14 04:17:43.354563'],
213213
['NullTypeNode'],
214214
['UnsignedDwordTypeNode', '820'],
@@ -272,7 +272,7 @@ def test_render_record(system):
272272
<Level>4</Level>
273273
<Task>105</Task>
274274
<Opcode>0</Opcode>
275-
<Keywords>0x80000000000000</Keywords>
275+
<Keywords>0x8000000000000000</Keywords>
276276
<TimeCreated SystemTime="2012-03-14 04:17:43.354563"></TimeCreated>
277277
<EventRecordID>12049</EventRecordID>
278278
<Correlation ActivityID="" RelatedActivityID=""></Correlation>

0 commit comments

Comments
 (0)