Skip to content

Commit 66d3f1d

Browse files
committed
Fix Formating
1 parent 151ecb1 commit 66d3f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-session-samples/spring-session-sample-boot-jdbc-json-attribute/src/test/java/sample/JdbcJsonAttributeTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ void loginShouldSaveSecurityContextAsJson() throws Exception {
7171

7272
@Test
7373
void loginWhenQueryUsingJsonbOperatorThenReturns() throws Exception {
74-
this.mvc.perform(formLogin().user("rüdiger").password("password")).andExpect(authenticated());
75-
Object attributeBytes = this.jdbcClient.sql("""
74+
this.mvc.perform(formLogin().user("rüdiger").password("password")).andExpect(authenticated());
75+
Object attributeBytes = this.jdbcClient.sql("""
7676
SELECT attribute_bytes::text FROM spring_session_attributes
7777
WHERE attribute_bytes -> 'authentication' -> 'principal' ->> 'username' = 'rüdiger'
7878
""").query().singleValue();

0 commit comments

Comments
 (0)