Skip to content

Commit

Permalink
Add DisplayName annotation to MongoClientWrapperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Nov 13, 2020
1 parent ac638aa commit 0fbcf11
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.kiwiproject.junit.jupiter.MongoServerExtension;
import org.kiwiproject.spring.util.MongoTestHelpers;

@DisplayName("MongoClientWrapper")
class MongoClientWrapperTest {

@RegisterExtension
Expand Down

0 comments on commit 0fbcf11

Please sign in to comment.