Skip to content

Commit

Permalink
Op blmove test.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunbookf committed Jul 6, 2024
1 parent 545ebf9 commit 2dfcad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/commands/blmove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { test } from 'node:test';
import * as Assert from 'node:assert';
import { cmdCli } from '../common';

const TEST_KEY_PREFIX = 'test_hash_';
const TEST_KEY_PREFIX = 'test_blmove_';

test('Command For Lmove/Blmove', async (t) => {

Expand Down

0 comments on commit 2dfcad0

Please sign in to comment.