We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545ebf9 commit 2dfcad0Copy full SHA for 2dfcad0
src/test/commands/blmove.ts
@@ -2,7 +2,7 @@ import { test } from 'node:test';
2
import * as Assert from 'node:assert';
3
import { cmdCli } from '../common';
4
5
-const TEST_KEY_PREFIX = 'test_hash_';
+const TEST_KEY_PREFIX = 'test_blmove_';
6
7
test('Command For Lmove/Blmove', async (t) => {
8
0 commit comments