Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 9, 2024
1 parent 30ad109 commit 8837c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ CONNECT_WALLET_ADDRESS_URL="https://ilp.rafiki.money/something"

# We'll make extension use this key-pair consistently. See docs/CONTRIBUTING.md
CONNECT_KEY_ID=uuid-v4-key-id
CONNECT_PUBLIC_KEY="BASE-64-KEY=="
CONNECT_PRIVATE_KEY="hex-encodedkey"
CONNECT_PUBLIC_KEY="base-64-public-key=="
CONNECT_PRIVATE_KEY="hex-encoded-private-key"
1 change: 0 additions & 1 deletion tests/fixtures/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Buffer } from 'node:buffer';
import net from 'node:net';
import path from 'node:path';
import { readFile } from 'node:fs/promises';
import type { KeyObject } from 'node:crypto';
import {
chromium,
firefox,
Expand Down

0 comments on commit 8837c81

Please sign in to comment.