From f7d5d808493e53f09ea536d429417a5ef14fddf0 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sat, 23 Jun 2012 15:04:27 -0400 Subject: Issue #1195254 follow-up by David_Rothstein: Fix indentation. --- modules/taxonomy/taxonomy.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.test b/modules/taxonomy/taxonomy.test index 922e34240..32ae84d66 100644 --- a/modules/taxonomy/taxonomy.test +++ b/modules/taxonomy/taxonomy.test @@ -1212,7 +1212,7 @@ class TaxonomyTermIndexTestCase extends TaxonomyWebTestCase { $index_count = db_query('SELECT COUNT(*) FROM {taxonomy_index} WHERE nid = :nid AND tid = :tid', array( ':nid' => $node->nid, ':tid' => $term_1->tid, - ))->fetchField(); + ))->fetchField(); $this->assertEqual(0, $index_count, 'Term 1 is not indexed.'); $index_count = db_query('SELECT COUNT(*) FROM {taxonomy_index} WHERE nid = :nid AND tid = :tid', array( ':nid' => $node->nid, -- cgit v1.2.3