Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Feb 6, 2024
1 parent a1bef86 commit cefdceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mock/entry.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ export class MockEntry {
value: getWrapperState(decodedFuses),
});

_metadata.description += _metadata.generateRuggableWarning(
_metadata.name, version, getWrapperState(decodedFuses)
)

nock(SUBGRAPH_URL.origin)
.post(SUBGRAPH_PATH, {
query: GET_WRAPPED_DOMAIN,
Expand Down

0 comments on commit cefdceb

Please sign in to comment.