Skip to content

Commit

Permalink
[SDK] Update Lens test (#4188)
Browse files Browse the repository at this point in the history
<!-- start pr-codex -->

## PR-Codex overview
This PR focuses on updating a test in `resolveAddress.test.ts` to run only if a secret key is provided.

### Detailed summary
- Updated test to run only if `process.env.TW_SECRET_KEY` is provided.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
  • Loading branch information
kien-ngo committed Aug 19, 2024
1 parent ef9cc55 commit cbd6fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TEST_CLIENT } from "~test/test-clients.js";
import { isAddress } from "../../../utils/address.js";
import { resolveAddress } from "./resolveAddress.js";

describe("resolve lens address", () => {
describe.runIf(process.env.TW_SECRET_KEY)("resolve lens address", () => {
it("should resolve to correct address", async () => {
const address = await resolveAddress({
client: TEST_CLIENT,
Expand Down

0 comments on commit cbd6fd8

Please sign in to comment.