Skip to content

Commit

Permalink
#4: Fixed db issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnomi committed Nov 1, 2024
1 parent 9c017d4 commit 0d0188a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
10 changes: 0 additions & 10 deletions src/test/java/eu/quotly/QuotlyTestProfile.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
package eu.quotly.service;

import eu.quotly.QuotlyTestProfile;
import eu.quotly.entity.UserEntity;
import io.quarkus.test.junit.QuarkusTest;
import io.quarkus.test.junit.TestProfile;
import jakarta.inject.Inject;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;

@QuarkusTest
@TestProfile(QuotlyTestProfile.class)
class EmailEncryptionServiceTest {
private static final String DISCORD_ID = "1234567890";
private static final String DECRYPTED_EMAIL_ADDRESS = "[email protected]";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ quarkus.http.port=8010
#| Flyway Configuration |
#+====================================+
quarkus.flyway.enabled=false
quarkus.flyway.migrate-at-start=false
quarkus.flyway.baseline-on-migrate=false
quarkus.flyway.schemas=quotly-test

#+====================================+
#| Hibernate Configuration |
#+====================================+
quarkus.hibernate-orm.database.generation=drop-and-create
quarkus.hibernate-orm.sql-load-script=no-file
quarkus.hibernate-orm.database.default-schema=quotly-test

0 comments on commit 0d0188a

Please sign in to comment.