Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Nov 12, 2023
1 parent f64d144 commit 0eece8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SessionDataStorageTest {

@Test
fun testUpdateAndLoadMessage() {
val sessionId = "session1"
val sessionId = SessionDataStorage.newID()
val messageId = "message1"
val message = "This is a test message."

Expand Down

0 comments on commit 0eece8b

Please sign in to comment.