File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
datastore/src/test/java/io/spine/server/storage/datastore Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments