mirror of
https://github.com/google/nomulus.git
synced 2025-07-02 17:23:32 +02:00
Perform some minor test cleanup
This standardizes use of annotations/inheritance/formatting across tests, to make the code more legible and consistent. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161810734
This commit is contained in:
parent
ea4572b4b5
commit
2521409e39
5 changed files with 54 additions and 59 deletions
|
@ -297,7 +297,6 @@ public class RdeImportUtilsTest extends ShardableTestCase {
|
|||
|
||||
/** Verifies that no errors are thrown when a valid escrow file is validated */
|
||||
@Test
|
||||
@SuppressWarnings("CheckReturnValue")
|
||||
public void testValidateEscrowFile_valid() throws Exception {
|
||||
xmlInput = DEPOSIT_XML.openBufferedStream();
|
||||
when(gcsUtils.openInputStream(any(GcsFilename.class))).thenReturn(xmlInput);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue