Skip to content

Commit a71d1e9

Browse files
committed
fix(tests): snooze split session tech debt
- Split sessions is just over a month old, let's snooze it a little longer.
1 parent 164ed36 commit a71d1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/techdebt.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ describe('tech debt', function () {
4747
it('remove separate sessions login edge cases', async function () {
4848
// src/auth/auth.ts:SessionSeparationPrompt
4949
// forgetConnection() function and calls
50-
fixByDate('2024-07-30', 'Remove the edge case code from the commit that this test is a part of.')
50+
fixByDate('2024-08-30', 'Remove the edge case code from the commit that this test is a part of.')
5151
})
5252
})

0 commit comments

Comments
 (0)