Skip to content

Commit 634e46f

Browse files
committed
Add a missing space symbol.
1 parent 377c277 commit 634e46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastore/src/test/java/io/spine/server/storage/datastore/DsProjectionColumnsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ final class DsProjectionColumnsTest {
5858

5959
@Test
6060
@DisplayName("allow clearing the column values " +
61-
"if the column mapping used returns Datastore-specific `null`" +
61+
"if the column mapping used returns Datastore-specific `null` " +
6262
"for their values")
6363
void clearTimestampColumns() {
6464
ContextSpec spec = singleTenantSpec();

0 commit comments

Comments
 (0)