Skip to content
Snippets Groups Projects
Commit 1ae84c3f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2867887 by xjm: statistics_get() test mashes 0 too much

parent 0f6bf4f1
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ public function testLogging() {
// Try fetching statistics for an invalid node ID and verify it returns
// FALSE.
$node_id = 10000000000000000;
$node_id = 1000000;
$node = Node::load($node_id);
$this->assertNull($node);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment