Skip to content

Commit 51d441c

Browse files
committed
Update paths to cardano-blueprint test data
The paths moved upstream as we re-organized the network protocol cddls and example cbors. Signed-off-by: Sebastian Nagel <[email protected]>
1 parent 71f958c commit 51d441c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/test/cardano-blueprint

Submodule cardano-blueprint updated 57 files

protocol/localstatequery/messages_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ var tests = []testDefinition{
9797
MessageType: MessageTypeReacquireVolatileTip,
9898
},
9999
{
100-
CborHex: string(readFile("../../internal/test/cardano-blueprint/src/api/examples/getSystemStart/query.cbor")),
100+
CborHex: string(readFile("../../internal/test/cardano-blueprint/src/client/node-to-client/state-query/examples/getSystemStart/query.cbor")),
101101
Message: NewMsgQuery(&SystemStartQuery{simpleQueryBase{Type: QueryTypeSystemStart}}),
102102
MessageType: MessageTypeQuery,
103103
},
104104
{
105-
CborHex: string(readFile("../../internal/test/cardano-blueprint/src/api/examples/getSystemStart/result.cbor")),
105+
CborHex: string(readFile("../../internal/test/cardano-blueprint/src/client/node-to-client/state-query/examples/getSystemStart/result.cbor")),
106106
Message: NewMsgResult(unsafeCbor(
107107
SystemStartResult{
108108
Year: unsafeBigInt([]byte("703941703872597091335551638723343370661404331303175992839224705786473148")),

0 commit comments

Comments
 (0)