fix tests

This commit is contained in:
John Smith
2023-04-23 19:19:54 -04:00
parent 75c16b8c51
commit 31edb8c059
4 changed files with 5 additions and 5 deletions

View File

@@ -37,9 +37,9 @@ async fn run_test_host_interface() {
}
#[wasm_bindgen_test]
async fn run_test_dht_key() {
async fn run_test_types() {
setup();
test_dht_key::test_all().await;
test_types::test_all().await;
}
#[wasm_bindgen_test]