Skip to content

Commit

Permalink
filebased test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 21, 2024
1 parent f776ce2 commit de5eee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FileBasedConfigurationTests: XCBaseTestCase {
let fileBasedConfiguration = try FileBasedConfiguration(configFilePath: profilePath, credentialsFilePath: configPath)
XCTAssertNotNil(fileBasedConfiguration)
let defaultSection = fileBasedConfiguration.getSection(name: "default", sectionType: .profile)!
XCTAssertEqual(defaultSection.propertyCount, 4)
XCTAssertEqual(defaultSection.propertyCount, 3)
let property = defaultSection.getProperty(name: "aws_access_key_id")!
XCTAssertEqual("accessKey", property.value)

Expand Down

0 comments on commit de5eee6

Please sign in to comment.