mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-21 00:18:06 +00:00
tests: Improve e2e auth test coverage
This commit is contained in:
@@ -3,7 +3,7 @@ use std::time::Instant;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
dotenv::dotenv().ok();
|
||||
dotenvy::dotenv().ok();
|
||||
|
||||
println!("Final Benchmark - Apples-to-Apples Comparison");
|
||||
println!("==============================================\n");
|
||||
|
||||
Reference in New Issue
Block a user