Skip to content

Commit

Permalink
Revert diagnostic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 8, 2024
1 parent cbe2864 commit b4c96a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/e2e-tests/test/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ describe('e2e', function () {
let helperShell: TestShell;
let currentOpShell: TestShell;

const CURRENT_OP_WAIT_TIME = 1000;
const CURRENT_OP_WAIT_TIME = 100;
const OPERATION_TIME = CURRENT_OP_WAIT_TIME * 2;

beforeEach(async function () {
Expand All @@ -1972,8 +1972,6 @@ describe('e2e', function () {

currentOpShell.assertNoErrors();

// TODO: Remove this
console.log(currentOpCall);
expect(currentOpCall).to.include('testProjection');

await currentCommand;
Expand Down

0 comments on commit b4c96a8

Please sign in to comment.