Skip to content

Commit dbfcf84

Browse files
committed
fix test
1 parent 94403cb commit dbfcf84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/1/expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@
171171
}
172172
},
173173
"LLDP": {
174-
"GLOBAL": {
175-
"hello_time": "10"
174+
"Global": {
175+
"hello_timer": "10"
176176
}
177177
},
178178
"LOOPBACK_INTERFACE": {

tests/2/expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@
160160
}
161161
},
162162
"LLDP": {
163-
"GLOBAL": {
164-
"hello_time": "10"
163+
"Global": {
164+
"hello_timer": "10"
165165
}
166166
},
167167
"LOOPBACK_INTERFACE": {

tests/3/expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@
231231
}
232232
},
233233
"LLDP": {
234-
"GLOBAL": {
235-
"hello_time": "10"
234+
"Global": {
235+
"hello_timer": "10"
236236
}
237237
},
238238
"LOOPBACK_INTERFACE": {

0 commit comments

Comments
 (0)