diff --git a/tests/cases/comments.json b/tests/cases/comments.json index b9ba841..6e6fdaa 100644 --- a/tests/cases/comments.json +++ b/tests/cases/comments.json @@ -2,7 +2,7 @@ { "tasks": [ { - "label": "nim-beacon-chain build" + "label": "nimbus-eth2 build" } ] // another commet } diff --git a/tests/test_serialization.nim b/tests/test_serialization.nim index 0112712..caf93da 100644 --- a/tests/test_serialization.nim +++ b/tests/test_serialization.nim @@ -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