Skip to content

Commit

Permalink
Rename test method and remove redundant print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutski committed Jun 16, 2024
1 parent 0c8095e commit 9d9c2b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ final class FixedWidthInteger_SecureRandomTests: XCTestCase {
XCTAssertEqual(NSOSStatusErrorDomain, error.domain)
XCTAssertEqual(.init(status), error.code)
XCTAssertFalse(error.description.isEmpty)
print(error.description)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ final class NamespaceMembersParserTests: XCTestCase {
XCTAssertEqual(secretsStub, secrets)
}

func test_givenSecretDeclParserFailsOnSecondSecret_whenParse_thenThrowsErrorAndSecretsContainAll() {
func test_givenSecretDeclParserFailsOnSecondSecret_whenParse_thenThrowsErrorAndSecretsContainsAllButFirstSecret() {
// given
var secrets = secretsStub
var secretCount: Int = .zero
Expand Down

0 comments on commit 9d9c2b6

Please sign in to comment.