Skip to content

Commit

Permalink
chore: add missing test group (#1658)
Browse files Browse the repository at this point in the history
* test: add missing test group to pred route

* chore: changeset
  • Loading branch information
danielbate authored Jan 16, 2024
1 parent de3cb15 commit 5236bfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/perfect-kangaroos-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 3 additions & 0 deletions packages/predicate/src/utils/getPredicateRoot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { getBytesCopy } from 'ethers';

import { getPredicateRoot } from './getPredicateRoot';

/**
* @group node
*/
describe('getPredicateRoot', () => {
it('should return the correct predicate root', () => {
const predicateBytes = getBytesCopy(
Expand Down

0 comments on commit 5236bfb

Please sign in to comment.