Skip to content

Commit

Permalink
Update nimbus-eth2 reference
Browse files Browse the repository at this point in the history
`nim-beacon-chain` was renamed to `nimbus-eth2`, update references.
  • Loading branch information
etan-status committed Jul 24, 2024
1 parent 89f7be1 commit 6d91c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cases/comments.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"tasks": [
{
"label": "nim-beacon-chain build"
"label": "nimbus-eth2 build"
}
] // another commet
}
2 changes: 1 addition & 1 deletion tests/test_serialization.nim
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ suite "toJson tests":

try:
let decoded = Json.decode(jsonContent, JsonNode)
check decoded["tasks"][0]["label"] == newJString("nim-beacon-chain build")
check decoded["tasks"][0]["label"] == newJString("nimbus-eth2 build")
except SerializationError as err:
checkpoint err.formatMsg("./cases/comments.json")
check false
Expand Down

0 comments on commit 6d91c8a

Please sign in to comment.