test: accurate description (#183)

* test: accurate description

* refactor: optimize the use of tableName and viewName for

---------

Co-authored-by: liuyi <liuyi@dtstack.com>
This commit is contained in:
琉易
2023-10-18 10:53:43 +08:00
committed by GitHub
parent f9dbd9fc23
commit 0d9d3d65f3
22 changed files with 4801 additions and 4834 deletions

View File

@ -5,7 +5,7 @@ import HiveSQL from '../../../../src/parser/hive';
const tokenSql = fs.readFileSync(path.join(__dirname, 'fixtures', 'tokenSuggestion.sql'), 'utf-8');
describe('Hive SQL Syntax Suggestion', () => {
describe('Hive SQL Token Suggestion', () => {
const parser = new HiveSQL();
test('After ALTER', () => {