Skip to content

Commit 10e7671

Browse files
committed
e2e test should not call notify itself
1 parent 0eee7f4 commit 10e7671

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/e2e.rs

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ async fn test_e2e_verify_contract_assemblyscript() {
149149
let resp: SuccessResp = test::call_and_read_body_json(&app, req_complete).await;
150150
assert_eq!(resp.error, None);
151151
assert_eq!(resp.success.unwrap(), true);
152-
compiler.notify();
153152

154153
// Poll contract status until success
155154
use std::collections::HashSet;

0 commit comments

Comments
 (0)