Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mg98 committed Oct 16, 2024
1 parent f23772e commit a2ac4ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipv8/test/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ def test_add_key_from_bin(self) -> None:

expected = {
'alias': "my new key",
'bin': key_material
'bin': key_material,
'file': None
}
keys = builder.finalize()['keys']

Expand Down

0 comments on commit a2ac4ab

Please sign in to comment.