Skip to content

Commit 2d66a57

Browse files
committed
🚿
1 parent 958310f commit 2d66a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Output/QRStringJSON.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {assert} from 'chai';
1515
/**
1616
* Tests the QRString output module
1717
*/
18-
suite('QRStringOutputTest', function(){
18+
suite('QRStringJSONTest', function(){
1919

2020
let _options;
2121
let _matrix;

test/Output/QRStringText.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {assert} from 'chai';
1515
/**
1616
* Tests the QRString output module
1717
*/
18-
suite('QRStringOutputTest', function(){
18+
suite('QRStringTextTest', function(){
1919

2020
let _options;
2121
let _matrix;

0 commit comments

Comments
 (0)