mirror of
https://github.com/openai/codex.git
synced 2026-05-03 12:52:11 +03:00
cleanup
This commit is contained in:
@@ -5,7 +5,7 @@ use codex_cloud_tasks_client::MockClient;
|
||||
|
||||
#[tokio::test]
|
||||
async fn mock_backend_varies_by_env() {
|
||||
let client = MockClient::default();
|
||||
let client = MockClient;
|
||||
|
||||
let root = CloudBackend::list_tasks(&client, None).await.unwrap();
|
||||
assert!(root.iter().any(|t| t.title.contains("Update README")));
|
||||
|
||||
Reference in New Issue
Block a user