Skip to content

Commit 035b517

Browse files
committed
[misc] log to improve test stability
1 parent a868216 commit 035b517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/base.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-2.1-or-later
2-
// Copyright (c) 2015-2024 MariaDB Corporation Ab
2+
// Copyright (c) 2015-2025 MariaDB Corporation Ab
33

44
'use strict';
55

@@ -129,7 +129,7 @@ module.exports.utf8Collation = () => {
129129

130130
module.exports.getHostSuffix = function getHostSuffix() {
131131
if (process.env.LOCAL_DB === 'local') {
132-
return "@'localhost'";
132+
return "@localhost";
133133
}
134-
return "@'%'";
134+
return "@%";
135135
};

0 commit comments

Comments
 (0)