Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Ho authored and Albert Ho committed Aug 20, 2024
1 parent c2cdb1d commit b7c95bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding/ios/OrcaAppTest/OrcaAppTestUITests/BaseTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class BaseTest: XCTestCase {
"female"
]

let accessKey = "PI5vbMlGH3K4+HgfM8hk9eIDF6i7CfZMQsn/9MmPrczi7sCfVioy6w=="
let accessKey = "{TESTING_ACCESS_KEY_HERE}"
var orcas: [Orca] = []
var testData: TestData?

Expand Down
2 changes: 1 addition & 1 deletion demo/ios/OrcaDemo/OrcaDemo/ViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum UIState {
}

class ViewModel: ObservableObject {
private let ACCESS_KEY = "PI5vbMlGH3K4+HgfM8hk9eIDF6i7CfZMQsn/9MmPrczi7sCfVioy6w==" // Obtained from Picovoice Console (https://console.picovoice.ai)
private let ACCESS_KEY = "{TESTING_ACCESS_KEY_HERE}" // Obtained from Picovoice Console (https://console.picovoice.ai)

Check failure on line 26 in demo/ios/OrcaDemo/OrcaDemo/ViewModel.swift

View workflow job for this annotation

GitHub Actions / check-switch-codestyle

Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)

private let NUM_AUDIO_WAIT_CHUNKS = 1

Expand Down

0 comments on commit b7c95bd

Please sign in to comment.