Skip to content

Commit

Permalink
Merge pull request #12974 from pascalgrimaud/v6-fix-redis-account-res…
Browse files Browse the repository at this point in the history
…ource-it

Fix tests for AccountResourceIT with Redis
  • Loading branch information
DanielFran authored Nov 6, 2020
2 parents 444aab8 + e483133 commit 442fc2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import <%= packageName %>.service.UserService;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
<%_ if (databaseType === 'neo4j') { _%>
<%_ if (databaseType === 'neo4j' || cacheProvider === 'redis') { _%>
import org.junit.jupiter.api.extension.ExtendWith;
<%_ } _%>
import org.springframework.beans.factory.annotation.Autowired;
Expand Down

0 comments on commit 442fc2b

Please sign in to comment.