Skip to content

Commit

Permalink
add non defined attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Nov 19, 2024
1 parent 67abaa5 commit ac3f194
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/functional/testCases.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,8 @@ const testCases = [
},
json: {
a: false,
t: 10
t: 10,
fireDetectionThreshold: 10
}
},
expectation: {
Expand All @@ -626,6 +627,10 @@ const testCases = [
value: {
type: 'Number',
value: 10
},
fireDetectionThreshold: {
type: 'Text',
value: 10
}
}
}
Expand Down

0 comments on commit ac3f194

Please sign in to comment.