Skip to content

Commit

Permalink
test: update EventConsumerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
doxxx93 committed Feb 22, 2024
1 parent 7aa476a commit ec017df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class EventConsumerTest {
@Autowired
private EventConsumer eventConsumer;
@Autowired
private RedisTemplate<String, Object> redistemplate;
private RedisTemplate<String, String> redistemplate;

@BeforeEach
void setUp() {
Expand Down Expand Up @@ -60,7 +60,7 @@ void consumePaintCreatedEvent() {
private static PaintCreatedEvent generatePaintCreatedEvent() {
return new PaintCreatedEvent(
1L,
false,
null,
1L,
"test",
"test",
Expand Down

0 comments on commit ec017df

Please sign in to comment.