File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/com/aidanwhiteley/books/repository Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.aidanwhiteley</groupId >
8
8
<artifactId >books</artifactId >
9
- <version >0.12.3 -RELEASE</version >
9
+ <version >0.12.4 -RELEASE</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >Books Microservice</name >
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ void confirmFindbyBookTimesOut() {
69
69
LOGGER .debug ("Expected exception caught" );
70
70
}
71
71
72
- context .getLogger (GoogleBooksDaoSync .class ).setLevel (Level .valueOf ("WARN " ));
72
+ context .getLogger (GoogleBooksDaoSync .class ).setLevel (Level .valueOf ("INFO " ));
73
73
}
74
74
75
75
@ Test
@@ -86,7 +86,7 @@ void confirmFindbyBookIdHandlesServiceUnavailable() {
86
86
LOGGER .debug ("Expected HttpServerErrorException exception caught: " + hsee );
87
87
}
88
88
89
- context .getLogger (GoogleBooksDaoSync .class ).setLevel (Level .valueOf ("WARN " ));
89
+ context .getLogger (GoogleBooksDaoSync .class ).setLevel (Level .valueOf ("INFO " ));
90
90
}
91
91
92
92
}
You can’t perform that action at this time.
0 commit comments