Removed test for local testing

This commit is contained in:
Bene 2023-02-02 14:16:23 +01:00
parent 6957e04fba
commit 0f396afde7
1 changed files with 1 additions and 11 deletions

View File

@ -21,13 +21,3 @@ async fn main() {
}
}
// ANCHOR_END: example
#[cfg(test)]
mod tests {
use super::*;
#[async_std::test]
async fn run_example() {
main().await
}
}