mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-1681 spelling on DB_ID_RANGE in switch statement
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ public class ShardInfoTest extends AbstractE2EFunctionalTest
|
||||
case "DB_ID":
|
||||
assertTrue(shardingMethod == "DB_ID", "Sharding Method is not DB_ID");
|
||||
break;
|
||||
case "DB_IN_RANGE":
|
||||
case "DB_ID_RANGE":
|
||||
assertTrue(shardingMethod == "DB_ID_RANGE", "Sharding Method is not DB_ID_RANGE");
|
||||
break;
|
||||
case "DATE":
|
||||
|
||||
Reference in New Issue
Block a user