Skip to content

Commit

Permalink
remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodriguespn committed Nov 11, 2024
1 parent 7be73df commit 198fbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle-kit/tests/push/singlestore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const singlestoreSuite: DialectSuite = {
'drizzle',
false,
);
console.log(statements);

expect(statements.length).toBe(2);
expect(statements).toEqual([
{
Expand Down

0 comments on commit 198fbc2

Please sign in to comment.