mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-20 07:58:08 +00:00
tests: Improve e2e auth test coverage
This commit is contained in:
@@ -98,7 +98,7 @@ fn format_duration(d: Duration) -> String {
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
// Load environment variables from .env file
|
||||
dotenv::dotenv().ok();
|
||||
dotenvy::dotenv().ok();
|
||||
|
||||
println!("🚀 Real-World Polymarket Performance Benchmark");
|
||||
println!("==============================================");
|
||||
|
||||
Reference in New Issue
Block a user