Skip to content

Commit

Permalink
chore: updated test case descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna2020 committed Oct 27, 2023
1 parent 20de3f0 commit 2a08ca9
Show file tree
Hide file tree
Showing 3 changed files with 878 additions and 871 deletions.
2 changes: 1 addition & 1 deletion src/v0/destinations/redis/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const process = (event) => {
const messageType = message && message.type && message.type.toLowerCase();

if (messageType !== EventType.IDENTIFY) {
return [];
throw new InstrumentationError('Only Identify calls are supported');

Check warning on line 54 in src/v0/destinations/redis/transform.js

View check run for this annotation

Codecov / codecov/patch

src/v0/destinations/redis/transform.js#L54

Added line #L54 was not covered by tests
}

if (isEmpty(message.userId)) {
Expand Down
Loading

0 comments on commit 2a08ca9

Please sign in to comment.