Skip to content

Commit b3cf62a

Browse files
authored
style: format test json as expected inputs escape validation
1 parent 16fce63 commit b3cf62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack-api-model/src/test/java/test_locally/api/model/block/BlockKitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ public void parseRichTextOnes5() {
654654
" \"type\": \"text\",\n" +
655655
" \"text\": \"this is underline\",\n" +
656656
" \"style\": {\n" +
657-
" \"underline\" :true\n" +
657+
" \"underline\": true\n" +
658658
" }\n" +
659659
" }\n" +
660660
" ]\n" +

0 commit comments

Comments
 (0)