Skip to content

Commit

Permalink
Add another test label
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Mar 13, 2024
1 parent b666af5 commit 2ff5fd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/dev-env/src/mock/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,12 @@ export async function generateMockSetup(env: TestNetwork) {
val: 'rude',
src: res.data.did,
})
await createLabel(env.bsky.db, {
uri: `at://${alice.did}/app.bsky.feed.generator/alice-favs`,
cid: '',
val: 'cool',
src: res.data.did,
})
await createLabel(env.bsky.db, {
uri: bob.did,
cid: '',
Expand Down

0 comments on commit 2ff5fd0

Please sign in to comment.