Skip to content

Commit

Permalink
Fix election doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Oct 17, 2023
1 parent 48df617 commit cb1dde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/archethic/election.ex
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ defmodule Archethic.Election do
...> %ValidationConstraints{ validation_number: fn _, 6 -> 3 end, min_geo_patch: fn -> 2 end }
...> )
[
%Node{last_public_key: "node6", geo_patch: "ECA"},
%Node{last_public_key: "node1", geo_patch: "AAA"},
%Node{last_public_key: "node2", geo_patch: "DEF"},
%Node{last_public_key: "node3", geo_patch: "AA0"}
%Node{last_public_key: "node6", geo_patch: "ECA"}
]
"""
@spec validation_nodes(
Expand Down

0 comments on commit cb1dde4

Please sign in to comment.