diff --git a/maestro.test b/maestro.test
index 511db14..fe212ac 100644
--- a/maestro.test
+++ b/maestro.test
@@ -56,7 +56,7 @@ class MaestroTestInstance extends DrupalWebTestCase {
     include_once './' . drupal_get_path('module', 'maestro') . '/maestro.admin.inc';
     $recID=0;
     $recID=maestro_createNewTemplate('test new template');
-    $this->assertTrue($recID == 2, t('First new template must have an ID of 2.'), 'Maestro');
+    $this->assertTrue($recID == 1, t('First new template must have an ID of 1.'), 'Maestro');
   }
 
 
