Skip to content

Commit

Permalink
Add sqlite config
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Dec 12, 2024
1 parent 3f1bd1e commit 9b6d11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golem-worker-service-base/tests/services_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pub async fn test_gateway_session_with_sqlite_expired() {
let data_key = DataKey::nonce();
let session_id = SessionId("test1".to_string());

let _ = session_store
session_store
.insert(session_id.clone(), data_key.clone(), data_value)
.await
.expect("Insert to session failed");
Expand Down

0 comments on commit 9b6d11f

Please sign in to comment.