Issue #2867887 by xjm: statistics_get() test mashes 0 too much
parent
0f6bf4f15d
commit
1ae84c3f96
|
|
@ -129,7 +129,7 @@ class StatisticsLoggingTest extends WebTestBase {
|
||||||
|
|
||||||
// Try fetching statistics for an invalid node ID and verify it returns
|
// Try fetching statistics for an invalid node ID and verify it returns
|
||||||
// FALSE.
|
// FALSE.
|
||||||
$node_id = 10000000000000000;
|
$node_id = 1000000;
|
||||||
$node = Node::load($node_id);
|
$node = Node::load($node_id);
|
||||||
$this->assertNull($node);
|
$this->assertNull($node);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue