Update EmbeddedFileTest.java

Fix spelling error
This commit is contained in:
Richard Cordovano 2018-04-26 09:48:33 -04:00 committed by GitHub
parent 5b2ef9d7b8
commit 749b8833e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ public class EmbeddedFileTest extends NbTestCase {
CaseUtils.deleteCaseDir(CASE_DIRECTORY_PATH);
}
public void testEncription() {
public void testEncryption() {
try {
List<AbstractFile> results = openCase.getSleuthkitCase().findAllFilesWhere("name LIKE '%%'");
String protectedName1 = "password_protected.zip";