Skip to content

Commit

Permalink
Add missed import for @Qualifier in the ObservationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
rroesch1 authored and artembilan committed Mar 14, 2024
1 parent d1b638f commit a2b0abc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import org.junit.jupiter.api.Test;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.kafka.KafkaException;
Expand Down

0 comments on commit a2b0abc

Please sign in to comment.