mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Replace WebSocketSubscription2021 with WebSocketChannel2023
This commit is contained in:
@@ -27,9 +27,9 @@ describe('A KeyValueChannelStorage', (): void => {
|
||||
beforeEach(async(): Promise<void> => {
|
||||
resetAllMocks();
|
||||
channel = {
|
||||
id: `WebSocketSubscription2021:${v4()}:http://example.com/foo`,
|
||||
id: `WebSocketChannel2023:${v4()}:http://example.com/foo`,
|
||||
topic,
|
||||
type: 'WebSocketSubscription2021',
|
||||
type: 'WebSocketChannel2023',
|
||||
};
|
||||
|
||||
internalMap = new Map();
|
||||
|
||||
Reference in New Issue
Block a user