Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 4, 2023
1 parent 2282df2 commit af9d9e8
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 @@ import Eagle

class BaseTest: XCTestCase {

let accessKey: String = "Tw4jothrMMLyRYQ793yD/XF3DeithcbeNVsYlNN0Dc1vY26suWNOkg=="
let accessKey: String = "{TESTING_ACCESS_KEY_HERE}"

internal func readPcmFromFile(testAudioURL: URL) throws -> [Int16] {
var data = try Data(contentsOf: testAudioURL)
Expand Down

0 comments on commit af9d9e8

Please sign in to comment.