Skip to content

Commit d62b636

Browse files
Update InMemorySessionServiceTest.java
1 parent 316702e commit d62b636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/com/google/adk/sessions/InMemorySessionServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public void deleteSession_cleansUpEmptyParentMaps() throws Exception {
275275
Session session = sessionService.createSession("app-name", "user-id").blockingGet();
276276

277277
sessionService
278-
.deleteSession(session1.appName(), session1.userId(), session1.id())
278+
.deleteSession(session.appName(), session.userId(), session.id())
279279
.blockingAwait();
280280

281281
// Use reflection to access the private 'sessions' field

0 commit comments

Comments
 (0)