Update `nimbus-eth2` reference (#94)

`nim-beacon-chain` was renamed to `nimbus-eth2`, update references.
This commit is contained in:
Etan Kissling 2024-07-24 15:34:36 +02:00 committed by GitHub
parent 89f7be1783
commit 6ff807654f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{
"tasks": [
{
"label": "nim-beacon-chain build"
"label": "nimbus-eth2 build"
}
] // another commet
}

View File

@ -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