Skip to content

Commit

Permalink
Melhoria Teste
Browse files Browse the repository at this point in the history
  • Loading branch information
brlimax committed Mar 19, 2023
1 parent 90e94de commit 0ccead9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void testCompletionError() throws OpenAIGPTException {
try {
chatbot.complete(request);
}catch(OpenAIGPTException e) {
System.out.println(e.getMessage());
assertNotNull(e);
throw e;
}

Expand Down

0 comments on commit 0ccead9

Please sign in to comment.