Skip to content

Commit

Permalink
🚿
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Dec 19, 2023
1 parent 958310f commit 2d66a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Output/QRStringJSON.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {assert} from 'chai';
/**
* Tests the QRString output module
*/
suite('QRStringOutputTest', function(){
suite('QRStringJSONTest', function(){

let _options;
let _matrix;
Expand Down
2 changes: 1 addition & 1 deletion test/Output/QRStringText.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {assert} from 'chai';
/**
* Tests the QRString output module
*/
suite('QRStringOutputTest', function(){
suite('QRStringTextTest', function(){

let _options;
let _matrix;
Expand Down

0 comments on commit 2d66a57

Please sign in to comment.