Skip to content

Commit e961173

Browse files
committed
fix: extra setInactive in test
1 parent 8b40dc9 commit e961173

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gui/src/redux/thunks/streamResponse.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,11 +1068,6 @@ describe("streamResponseThunk", () => {
10681068
type: "session/abortStream",
10691069
payload: undefined,
10701070
},
1071-
// Stream end cleanup
1072-
{
1073-
type: "session/setInactive",
1074-
payload: undefined,
1075-
},
10761071
{
10771072
type: "chat/streamNormalInput/fulfilled",
10781073
meta: {

0 commit comments

Comments
 (0)