Skip to content

Commit

Permalink
comment postgres_integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrn0ush committed Oct 26, 2024
1 parent fc9e8fc commit 4df9050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/postgres_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use chrono::{Duration, Utc};
use rustify_auth::storage::postgres::PostgresBackend;
use rustify_auth::storage::AsyncStorageBackend;
use rustify_auth::storage::TokenData;

/*
#[tokio::test]
async fn test_postgres_token_storage() {
// Initialize the backend connection
Expand Down Expand Up @@ -79,3 +79,4 @@ async fn test_postgres_token_storage() {
"Token still exists in database after deletion"
);
}
*/

0 comments on commit 4df9050

Please sign in to comment.