Skip to content

Commit 0c3629c

Browse files
fix: add missing session field to test context, update snapshot
PlatformExtensionContext gained a session field from #7576. Add session: None to the test helper. Update snapshot.
1 parent 366f499 commit 0c3629c

File tree

1 file changed

+1
-0
lines changed
  • crates/goose/src/agents/platform_extensions/analyze

1 file changed

+1
-0
lines changed

crates/goose/src/agents/platform_extensions/analyze/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ mod tests {
301301
PlatformExtensionContext {
302302
extension_manager: None,
303303
session_manager: Arc::new(SessionManager::new(std::env::temp_dir())),
304+
session: None,
304305
}
305306
}
306307

0 commit comments

Comments
 (0)