We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eee7f4 commit 10e7671Copy full SHA for 10e7671
tests/e2e.rs
@@ -149,7 +149,6 @@ async fn test_e2e_verify_contract_assemblyscript() {
149
let resp: SuccessResp = test::call_and_read_body_json(&app, req_complete).await;
150
assert_eq!(resp.error, None);
151
assert_eq!(resp.success.unwrap(), true);
152
- compiler.notify();
153
154
// Poll contract status until success
155
use std::collections::HashSet;
0 commit comments