File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/test/java/de/itermori/pse/kitroomfinder/backend/queryTests Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 49
49
<scope >test</scope >
50
50
</dependency >
51
51
52
-
53
52
<dependency >
54
53
<groupId >mysql</groupId >
55
54
<artifactId >mysql-connector-java</artifactId >
Original file line number Diff line number Diff line change 32
32
import static org .junit .jupiter .api .Assertions .assertEquals ;
33
33
import static org .junit .jupiter .api .Assertions .assertNotNull ;
34
34
import static org .junit .jupiter .api .Assertions .assertNull ;
35
- import static org .junit .jupiter .api .Assertions .assertTrue ;
36
35
import static org .junit .jupiter .api .Assertions .fail ;
37
36
38
37
/**
@@ -72,7 +71,7 @@ class AliasSuggestionTest {
72
71
* Sets up the test resources.
73
72
*/
74
73
@ BeforeEach
75
- void setUp (){
74
+ void setUp () {
76
75
userRepository .save (new User (UtilTests .USER , UtilTests .USER_AUTHORITY ));
77
76
userRepository .save (new User (UtilTests .ADMIN , UtilTests .ADMIN_AUTHORITY ));
78
77
aliasRepository .deleteAll ();
@@ -190,5 +189,6 @@ void voteForAliasTest() {
190
189
} catch (IOException e ) {
191
190
fail (e .getMessage ());
192
191
}
193
-
194
192
}
193
+
194
+ }
You can’t perform that action at this time.
0 commit comments