浏览代码

Make sure test property keys are unique.

Lacey-Anne Sanderson 4 年之前
父节点
当前提交
0af9f5dc66
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      tests/tripal_jbrowse_mgmt/ApiTest.php

+ 3 - 3
tests/tripal_jbrowse_mgmt/ApiTest.php

@@ -226,9 +226,9 @@ class ApiTest extends TripalTestCase {
     $instance_id = tripal_jbrowse_mgmt_create_instance($instance_details);
 
     $testdata = [
-      $faker->word() => $faker->words(3, TRUE),
-      $faker->word() => $faker->words(2, TRUE),
-      $faker->word() => $faker->words(10, TRUE),
+      $faker->word() . '1' => $faker->words(3, TRUE),
+      $faker->word() . '2' => $faker->words(2, TRUE),
+      $faker->word() . '3' => $faker->words(10, TRUE),
     ];
 
     // Create.