Skip to content

Commit

Permalink
chore: Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amengus87 committed Jul 26, 2024
1 parent e422b77 commit 416dc88
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ void testFarmNoSiloOpenAI() {
assertNotNull(response.choices());
assertNotEquals(0, response.choices().size());
assertEquals("hello", response.choices().get(0).text());

// TODO Test Stream
}

@Test
Expand Down

0 comments on commit 416dc88

Please sign in to comment.