Skip to content

Commit

Permalink
see #180 make atLate test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rtholmes committed Dec 20, 2018
1 parent 233659a commit 41ebdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/autotest/src/autotest/mocks/MockClassPortal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class MockClassPortal implements IClassPortal {
custom: {},
openTimestamp: new Date(2018, 1, 1).getTime(),
closeTimestamp: new Date(2018, 6, 1).getTime(),
lateAutoTest: false
lateAutoTest: true
};
}
Log.error('MockClassPortal::getContainerDetails() - MockClassPortal should not be used with: ' + name);
Expand Down

0 comments on commit 41ebdfe

Please sign in to comment.