Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 14, 2023
1 parent 754f90a commit 85a4047
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ public void StringParser_GetFinalAnswer_ReturnsExpectedValue() {

@Test
@DisplayName("Test string parser with multi-thoughts, actions and observation")
public void stringParser_MultiContents_ReturnExpectedValues(){
String input = "Thought 1: Lorem ipsum\n"
public void stringParser_MultiContents_ReturnExpectedValues() {
String input =
"Thought 1: Lorem ipsum\n"
+ "Action 1: [Search: Content for action 1]\n"
+ "Observation 1: Some observation\n"
+ "Thought 2: Dolor sit amet\n"
Expand Down

0 comments on commit 85a4047

Please sign in to comment.