Skip to content

Commit

Permalink
fix: remove error logging
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sankeerth <[email protected]>
  • Loading branch information
Sai Sankeerth committed Mar 11, 2024
1 parent b525b07 commit 74ddfe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/redis/redisConnector.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ describe(`Source Tests`, () => {
const output = await transformer.process(dataPoint.input);
expect(output).toEqual(dataPoint.output);
} catch (error) {
console.error(error);
expect(error.message).toEqual(dataPoint.output.error);
}
});
Expand Down

0 comments on commit 74ddfe0

Please sign in to comment.