Skip to content

Commit

Permalink
test: update TestKeyCodec
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jan 18, 2024
1 parent 7c4fe55 commit 42f16a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ContentTypeTestKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ export class TestKeyCodec implements ContentCodec<PublicKey> {
fallback(content: PublicKey): string | undefined {
return 'publickey bundle'
}

shouldPush() {
return false
}
}

0 comments on commit 42f16a9

Please sign in to comment.