Skip to content

Commit

Permalink
linera-rpc: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Mar 20, 2024
1 parent bcbae8f commit 0646793
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions linera-rpc/tests/transport.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

// 1. [✓] pass through data to testing environment
// 2. [ ] create test to connect to running server — should work on both Wasm and non-Wasm

#[cfg(web)]
wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);

#[cfg_attr(web, wasm_bindgen_test::wasm_bindgen_test)]
Expand Down

0 comments on commit 0646793

Please sign in to comment.