Skip to content

Commit 103af3c

Browse files
chore: update unit tests
1 parent b0ee08f commit 103af3c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/test/kotlin/io/ionic/libs/ioncameralib/mocks/IONExifHelperMock.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ class IONExifHelperMock: IONCAMRExifHelperInterface {
4343
override fun getOrientationFromExif(exif: ExifInterface): Int {
4444
return testOrientation
4545
}
46+
47+
override fun setCurrentDateTime() {
48+
// do nothing
49+
}
4650
}

0 commit comments

Comments
 (0)