Skip to content

Commit

Permalink
Fix tests for AccountResourceIT with Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Nov 6, 2020
1 parent e15092e commit e483133
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 e483133

Please sign in to comment.