mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - code format
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
package org.tests.types;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import java.nio.charset.StandardCharsets;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import io.ebean.BaseTestCase;
|
||||
import io.ebean.Ebean;
|
||||
import org.junit.Test;
|
||||
|
||||
public class TestEncryptedString extends BaseTestCase{
|
||||
import java.nio.charset.StandardCharsets;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
public class TestEncryptedString extends BaseTestCase {
|
||||
|
||||
@Test
|
||||
public void testName() throws Exception {
|
||||
public void testName() {
|
||||
PasswordStoreModel model = new PasswordStoreModel();
|
||||
|
||||
model.setEnc1(EncryptedString.encrypt("Hello"));
|
||||
|
||||
Reference in New Issue
Block a user