Skip to content

Commit aaa278e

Browse files
committed
test: test case did not cover the fix
1 parent d2c49cc commit aaa278e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/testCases.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ const testCases = [
611611
type: 'Number'
612612
},
613613
{
614-
object_id: 'fireDetectionThreshold3',
614+
object_id: 'fireDetectionThreshold',
615615
name: 'fireDetectionThreshold3',
616616
type: 'Number'
617617
}
@@ -640,7 +640,7 @@ const testCases = [
640640
json: {
641641
fdt: 10,
642642
fireDetectionThreshold2: 20,
643-
fireDetectionThreshold3: 30
643+
fireDetectionThreshold: 30
644644
}
645645
},
646646
expectation: {

0 commit comments

Comments
 (0)