Browse Source

Organize imports

tags/v0.10.5
Kristijan Mitrovic 4 years ago
parent
commit
37c74f6114
1 changed files with 0 additions and 4 deletions
  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 View File

@@ -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 {



Loading…
Cancel
Save