Skip to content

Commit

Permalink
chore: delete zip dummy file from test resources (#2793)
Browse files Browse the repository at this point in the history
* remove zip file from test resources

* Trigger CI

Signed-off-by: MohamadJaara <[email protected]>

---------

Signed-off-by: MohamadJaara <[email protected]>
  • Loading branch information
MohamadJaara authored and github-actions[bot] committed Jun 5, 2024
1 parent c84da7b commit 257f619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class CryptoUtilsTest {
@IgnoreAndroidInstrumented
fun givenSomeDummyFile_whenEncryptedAsDataAndDecryptedWithAES256AsAFile_returnsExpectedOriginalFileContent() {
// Given
val input = readBinaryResource("dummy.zip")
val input = readBinaryResource("dummy.pdf")
val randomAES256Key = generateRandomAES256Key()
val fakeFileSystem = FakeFileSystem()
val rootPath = "/Users/me".toPath()
Expand Down
Binary file removed cryptography/src/commonTest/resources/dummy.zip
Binary file not shown.

0 comments on commit 257f619

Please sign in to comment.