Format
tests / tests (push) Failing after 5m17s

This commit is contained in:
Jon Staab
2026-06-20 10:36:40 -07:00
parent d2b57c559d
commit 22a666d497
53 changed files with 388 additions and 145 deletions
@@ -46,7 +46,12 @@ describe("HandlerRecommendation", () => {
it("falls back to the first recommendation without a web marker", async () => {
const rec = await HandlerRecommendation.fromEvent(
makeEvent({tags: [["d", "1"], ["a", otherAddress, "", "android"]]}),
makeEvent({
tags: [
["d", "1"],
["a", otherAddress, "", "android"],
],
}),
)
expect(rec.handlerAddress()).toBe(otherAddress)