Update DateTimeFormatterTest documentation to be more specific

Co-authored-by: hossain-khan <99822+hossain-khan@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-28 10:09:54 +00:00
co-authored by hossain-khan
parent b44e8ef3b9
commit 3e8e701915
@@ -4,7 +4,7 @@ import com.google.common.truth.Truth.assertThat
import org.junit.Test
/**
* Unit tests for DateTimeFormatter functions.
* Unit tests for the getTimeElapsedString function in DateTimeFormatter.kt.
*
* Note: These tests use relative timestamps based on System.currentTimeMillis() to avoid
* static mocking issues. Each test creates a timestamp that is a fixed duration in the past.