Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 23, 2024
1 parent 8e542b4 commit a4b3245
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import Eagle
class PerformanceTest: XCTestCase {
let accessKey: String = "{TESTING_ACCESS_KEY_HERE}"
let iterationString: String = "{NUM_TEST_ITERATIONS}"
let indexThresholdString: String = "{ENROLL_PERFORMANCE_THRESHOLD_SEC}"
let searchThresholdString: String = "{PROC_PERFORMANCE_THRESHOLD_SEC}"
let enrollThresholdString: String = "{ENROLL_PERFORMANCE_THRESHOLD_SEC}"
let procThresholdString: String = "{PROC_PERFORMANCE_THRESHOLD_SEC}"

override func setUp() {
super.setUp()
Expand Down

0 comments on commit a4b3245

Please sign in to comment.