Skip to content

Commit 8dae875

Browse files
authored
chore: update
1 parent 8692d18 commit 8dae875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/client/src/bsky/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ const TEST_CREDENTIALS = {
1414
alice: {
1515
handle: 'alice.tsky.dev',
1616
did: 'did:plc:jguhdmnjclquqf5lsvkyxqy3',
17-
password: formatSecret(process.env.ALICE_PASSWORD),
17+
password: 'alice_and_bob',
1818
},
1919
bob: {
2020
handle: 'bob.tsky.dev',
2121
did: 'did:plc:2ig7akkyfq256j42uxvc4g2h',
22-
password: formatSecret(process.env.BOB_PASSWORD),
22+
password: 'alice_and_bob',
2323
},
2424
};
2525

0 commit comments

Comments
 (0)