Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correct typo in Factory builder (#2507)
## Why is this change needed? Typo was breaking tests. ## Merge Checklist - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [x] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the use of `Factories.Ed25519PPublicKey` to `Factories.Ed25519PublicKey` in test files to ensure consistency and correctness in the handling of public key types. ### Detailed summary - In `apps/hubble/src/storage/db/message.test.ts`, changed `Factories.Ed25519PPublicKey.build()` to `Factories.Ed25519PublicKey.build()` in a test case. - In `packages/core/src/validations.test.ts`, updated `Factories.Ed25519PPublicKey.build()` to `Factories.Ed25519PublicKey.build()` in two instances where a message is created for validation testing. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information