Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigglesO committed Oct 24, 2022
1 parent c9b272d commit f93f54e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/analytics-engine/test/engine.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ test("Analytics Engine: blobs with bad inputs", async (t) => {
});
},
{
message: '"blobs" may only be an ArrayBuffer, string, or null.',
message:
'"blobs" may only contain elements of type ArrayBuffer, string, or null',
}
);
});
Expand Down

0 comments on commit f93f54e

Please sign in to comment.