mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Be consistent in slash usage in storages
This commit is contained in:
@@ -2,7 +2,7 @@ import { ContainerPathStorage } from '../../../../src/storage/keyvalue/Container
|
||||
import type { KeyValueStorage } from '../../../../src/storage/keyvalue/KeyValueStorage';
|
||||
|
||||
describe('An ContainerPathStorage', (): void => {
|
||||
const relativePath = '/container/';
|
||||
const relativePath = 'container/';
|
||||
let map: Map<string, string>;
|
||||
let source: KeyValueStorage<string, unknown>;
|
||||
let storage: ContainerPathStorage<unknown>;
|
||||
|
||||
Reference in New Issue
Block a user