Skip to content

Commit

Permalink
chore: migrate to owlbot (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 authored and anguillanneuf committed Dec 5, 2022
1 parent 48e9341 commit 9d3246e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ public void tearDown() {
System.setOut(originalPrintStream);
}

@Rule
public MultipleAttemptsRule multipleAttemptsRule = new MultipleAttemptsRule(3);
@Rule public MultipleAttemptsRule multipleAttemptsRule = new MultipleAttemptsRule(3);

@Test
public void testBatchTranslateText()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ public void tearDown() {
System.setOut(originalPrintStream);
}

@Rule
public MultipleAttemptsRule multipleAttemptsRule = new MultipleAttemptsRule(3);
@Rule public MultipleAttemptsRule multipleAttemptsRule = new MultipleAttemptsRule(3);

@Test
public void testBatchTranslateTextWithModel()
Expand Down

0 comments on commit 9d3246e

Please sign in to comment.