File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/java/com/scalar/db/common/error
test/java/com/scalar/db/common/error Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -979,7 +979,7 @@ public enum CoreError implements ScalarDbError {
979979 "" ),
980980 ;
981981
982- private static final String COMPONENT_NAME = "CORE" ;
982+ private static final String COMPONENT_NAME = "DB- CORE" ;
983983
984984 private final Category category ;
985985 private final String id ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public void buildCode_ShouldBuildCorrectCode() {
2323 String code = error .buildCode ();
2424
2525 // Assert
26- Assertions .assertThat (code ).isEqualTo ("CORE-10000" );
26+ Assertions .assertThat (code ).isEqualTo ("DB- CORE-10000" );
2727 }
2828
2929 @ Test
@@ -43,6 +43,6 @@ public void buildMessage_ShouldBuildCorrectMessage() {
4343
4444 // Assert
4545 Assertions .assertThat (message )
46- .isEqualTo ("CORE-10000: Only a single-column index is supported. Operation: " + put );
46+ .isEqualTo ("DB- CORE-10000: Only a single-column index is supported. Operation: " + put );
4747 }
4848}
You can’t perform that action at this time.
0 commit comments