Skip to content

Commit 9da915d

Browse files
author
Patrick Sachs
committed
Fixed intentional test failure
1 parent 173dc5a commit 9da915d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/logic/syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import testSyntaxLogic from './testSyntaxLogic';
22
import sampleData from "./../sampleData";
33

44
function run() {
5-
testSyntaxLogic(4, 'Basic Sample', sampleData.basic, {
5+
testSyntaxLogic('JS', 'Basic Sample', sampleData.basic, {
66
jsObject: { ...sampleData.basic },
77
json: `{"hello":"world","foo":"bar"}`,
88
lines: 5,

0 commit comments

Comments
 (0)