1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Tools: fixed tests

This commit is contained in:
Laurent Cozic
2021-10-01 18:45:07 +01:00
parent 38bf7c746b
commit 85e20a61d9

View File

@@ -24,7 +24,7 @@ describe('buildServerDocker', function() {
const testCases: TestCase[] = [
['server-v1.1.2-beta', true],
['server-v1.1.2', false],
['server-v1.1.2', true], // For now, always returns true
];
for (const testCase of testCases) {