Skip to content

Commit

Permalink
Cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal diyora authored and vishal diyora committed Mar 16, 2024
1 parent 79828a4 commit 54d2d3d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/test1898.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ if (typeof exports === 'object') {
var alasql = require('..');
}

var test = '1898'; // insert test file number

describe('Test ' + test + ' - group concat', function () {
var data;
var res;
describe('Test 1898 - group concat', function () {
let data;
let res;

it('A) int concat', function () {
data = [
Expand Down

0 comments on commit 54d2d3d

Please sign in to comment.