Skip to content

Commit e7da506

Browse files
committed
adjust test case
1 parent 11b9733 commit e7da506

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/histou/grafana/graphpanel/graphpanelinfluxbtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function testGenForecastTarget()
150150
'type' => 'time'
151151
),
152152
array (
153-
'params' => array ( 'linear' ),
153+
'params' => array ( 'null' ),
154154
'type' => 'fill'
155155
)
156156
)
@@ -212,7 +212,7 @@ public function testGenForecastTarget()
212212
),
213213
array(
214214
'params' => array(
215-
0 => 'linear'
215+
0 => 'null'
216216
),
217217
'type' => 'fill'
218218
)

0 commit comments

Comments
 (0)