Skip to content

Commit 377c277

Browse files
committed
Shorten the @DisplayName.
1 parent 70b8108 commit 377c277

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,15 @@ final class DsProjectionColumnsTest {
5757
private static final TestDatastoreStorageFactory datastoreFactory = local(new CustomMapping());
5858

5959
@Test
60-
@DisplayName(
61-
"allow clearing the column values if they get Proto's default values, " +
62-
"by having a custom column mapping " +
63-
"returning Datastore's `null` for respective values")
60+
@DisplayName("allow clearing the column values " +
61+
"if the column mapping used returns Datastore-specific `null`" +
62+
"for their values")
6463
void clearTimestampColumns() {
6564
ContextSpec spec = singleTenantSpec();
6665
ProjectionStorage<CollegeId> storage =
6766
datastoreFactory.createProjectionStorage(spec, COLLEGE_CLS);
6867
DatastoreWrapper datastore = datastoreFactory.createDatastoreWrapper(false);
69-
68+
7069
CollegeId id = newId();
7170
Key key = datastore.keyFor(COLLEGE_KIND, ofEntityId(id));
7271
Version version = someVersion();

0 commit comments

Comments
 (0)