Update `nimbus-eth2` reference (#94)
`nim-beacon-chain` was renamed to `nimbus-eth2`, update references.
This commit is contained in:
parent
89f7be1783
commit
6ff807654f
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"tasks": [
|
||||
{
|
||||
"label": "nim-beacon-chain build"
|
||||
"label": "nimbus-eth2 build"
|
||||
}
|
||||
] // another commet
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue