Skip to content

Commit

Permalink
Massage compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Apr 23, 2024
1 parent 719b074 commit 2afdfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ValetIntegrationTests/ValetIntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ class ValetIntegrationTests: XCTestCase
let identifier = "Keychain_With_Account_Name_As_NSData"

// kSecAttrAccount entry is expected to be a CFString, but a CFDataRef can also be stored as a value.
let keychainData = [
let keychainData: CFDictionary = [
kSecAttrService: identifier,
kSecClass : kSecClassGenericPassword,
kSecAttrAccount: passcodeData,
Expand Down

0 comments on commit 2afdfe1

Please sign in to comment.