Skip to content

Commit d7fee85

Browse files
author
Eric Swanson
committed
lint, do not run test on wasm target
1 parent d9a0dbf commit d7fee85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ic-agent/src/agent/agent_test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ fn make_certifying_agent(url: &str) -> Agent {
4343
}
4444

4545
#[cfg_attr(not(target_family = "wasm"), tokio::test)]
46-
#[cfg_attr(target_family = "wasm", wasm_bindgen_test)]
4746
async fn refuse_to_install_mainnet_root_key() -> Result<(), AgentError> {
4847
let url = "https://icp0.io";
4948

50-
let agent = make_agent(&url);
49+
let agent = make_agent(url);
5150
let result = agent.fetch_root_key().await;
5251
assert!(matches!(
5352
result,

0 commit comments

Comments
 (0)