diff -u b/pathauto.test b/pathauto.test --- b/pathauto.test +++ b/pathauto.test @@ -724,8 +724,8 @@ // specifying a language. $node = $this->drupalCreateNode(array('title' => 'English node')); - // Check that the new node had a unique alias generated with the '-1' - // prefix. + // Check that the new node had a unique alias generated with the '-1' + // prefix. $this->assertEntityAlias('node', $node, 'content/english-node-1'); } }