Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jul 5, 2024
1 parent ca7824b commit c293510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform/test/HttpClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe("HttpClient", () => {
Effect.scoped
)

expect(logs).toEqual(["hello", "world"])
expect(logs).toEqual([["hello"], ["world"]])
}).pipe(Effect.provide(HttpClient.layer), Effect.runPromise))

it("ClientRequest parses URL instances", () => {
Expand Down

0 comments on commit c293510

Please sign in to comment.