Skip to content

Commit 71591ff

Browse files
fix: lint issue
Signed-off-by: Luka Trovic <luka@nextcloud.com>
1 parent ac64ce5 commit 71591ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright/e2e/tables-import-export-scheme.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function formatFilterValue(value: SchemeFilter['value']) {
147147

148148
function prepareSchemeForImport(scheme: TableScheme, title: string) {
149149
scheme.title = title
150-
scheme.uuid = "01a0335f-1225-7514-b388-94ec806d3887"
150+
scheme.uuid = '01a0335f-1225-7514-b388-94ec806d3887'
151151

152152
const importedView = scheme.views[0]
153153
expect(importedView).toBeTruthy()

0 commit comments

Comments
 (0)