Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Mar 12, 2024
1 parent 8ef4c3f commit e849278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bsky/tests/label-hydration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('label hydration', () => {
val: opts.val,
cts: new Date().toISOString(),
neg: false,
src: opts.src ?? 'did:example:labeler',
src: opts.src ?? labelerDid,
})
.execute()
}
Expand Down

0 comments on commit e849278

Please sign in to comment.