Skip to content

Commit

Permalink
Update dataset ID in test consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Sep 10, 2024
1 parent e25e896 commit 8975e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OdfResponse.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { CborWriter } from "./CborWriter.sol";
// [<row2-col1>, <row2-col2>, ...],
// ...
// ],
// b"data-logical-multihash",
// b"<deprecated>",
// [
// b"odf:did:x", b"block1-multihash",
// b"odf:did:y", b"block2-multihash",
Expand Down
2 changes: 1 addition & 1 deletion src/TestConsumer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contract TestConsumer {
// Repeat this call for multiple inputs.
req.dataset(
"kamu/covid19.canada.case-details",
"did:odf:fed01c8788dc7825dc95dfaa6c67f989b758d3ebcb1efcb9f47ea914470bd1f7f2bbb"
"did:odf:fed01dcda047d51fc88246c730db522d36791c9e2286af23d9f2b920f09c65952e3d0"
);

// Specify an arbitrary complex SQL query.
Expand Down

0 comments on commit 8975e2b

Please sign in to comment.