Skip to content

Commit f997615

Browse files
committed
updated comment
1 parent cd6818c commit f997615

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

yarn-project/end-to-end/src/e2e_orderbook.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import { setup } from './fixtures/utils.js';
99

1010
const TIMEOUT = 120_000;
1111

12-
// TODO(#14525): Write thorough Orderbook tests. Currently we test only a happy path here because we will migrate these
13-
// tests to TXE once TXE 2.0 is ready. Didn't write it in TXE now as there is no way to obtain public events and all of
14-
// TXE will be rewritten soon.
12+
// Unhappy path tests are written only in Noir.
1513
describe('Orderbook', () => {
1614
jest.setTimeout(TIMEOUT);
1715

0 commit comments

Comments
 (0)