// Since DisplayWithUpdateTime is false by default, display_time sets created_ts
require.Equal(t,customDisplayTime.Unix(),memoWithDisplayTime.DisplayTime.AsTime().Unix(),"display_time should match the custom timestamp")
require.Equal(t,customDisplayTime.Unix(),memoWithDisplayTime.CreateTime.AsTime().Unix(),"create_time should also match since display_time maps to created_ts")
// Test 4: Create a memo with all custom timestamps
// When both display_time and create_time are provided, create_time takes precedence
// Test 3: Create a memo with all custom timestamps