Skip to content

Commit

Permalink
fix(core.keystore.test): Fixed package name (#5152)
Browse files Browse the repository at this point in the history
Fixed package name
  • Loading branch information
salvatore-coppola authored Feb 26, 2024
1 parent e486af0 commit cd1d0ee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Eurotech
*******************************************************************************/

package org.eclipse.kura.cor.keystore.util;
package org.eclipse.kura.core.keystore.util;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
Expand Down Expand Up @@ -48,7 +48,6 @@
import org.bouncycastle.openssl.PEMParser;
import org.bouncycastle.operator.OperatorCreationException;
import org.bouncycastle.util.Store;
import org.eclipse.kura.core.keystore.util.CertificateUtil;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
Expand Down

0 comments on commit cd1d0ee

Please sign in to comment.