Ver código fonte

Organize imports

tags/v0.10.5
Kristijan Mitrovic 4 anos atrás
pai
commit
37c74f6114
1 arquivos alterados com 0 adições e 4 exclusões
  1. +0
    -4
      bubble-server/src/test/java/bubble/test/system/AccountDeletionTest.java

+ 0
- 4
bubble-server/src/test/java/bubble/test/system/AccountDeletionTest.java Ver arquivo

@@ -5,17 +5,13 @@
package bubble.test.system;

import bubble.dao.account.AccountDAO;
import bubble.dao.account.AccountPolicyDAO;
import bubble.model.account.Account;
import bubble.test.ActivatedBubbleModelTestBase;
import lombok.extern.slf4j.Slf4j;
import org.cobbzilla.wizard.model.HashedPassword;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;

import static org.junit.Assert.assertEquals;

@Slf4j
public class AccountDeletionTest extends ActivatedBubbleModelTestBase {



Carregando…
Cancelar
Salvar