Skip to content

Commit

Permalink
Update VideoRecordingDeviceTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjiagoogle committed Aug 22, 2024
1 parent 89f1f86 commit bb9e90e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ internal class VideoRecordingDeviceTest {
val dir = File(DIR_PATH)
Truth.assertWithMessage(
"Parent dir: ${dir.parentFile.absolutePath}, " +
"last modified: ${dir.lastModified()}"
"last modified: ${dir.lastModified()}"
).that(dir.parentFile.lastModified()).isGreaterThan(timeStamp)
deleteFilesInDirAfterTimestamp(DIR_PATH, instrumentation, timeStamp)
}
Expand Down

0 comments on commit bb9e90e

Please sign in to comment.