summaryrefslogtreecommitdiff
path: root/PrySDR_Tests/PrySDR_Tests.swift
diff options
context:
space:
mode:
Diffstat (limited to 'PrySDR_Tests/PrySDR_Tests.swift')
-rw-r--r--PrySDR_Tests/PrySDR_Tests.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/PrySDR_Tests/PrySDR_Tests.swift b/PrySDR_Tests/PrySDR_Tests.swift
index 70b9828..eb75d0a 100644
--- a/PrySDR_Tests/PrySDR_Tests.swift
+++ b/PrySDR_Tests/PrySDR_Tests.swift
@@ -10,7 +10,7 @@ import Numerics
struct IQConverter_Tests {
- @Test func convertU8arrayToFloat32_accel_size1() async throws {
+ @Test func cnvU8arrayToFloat32_accel_size1() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
let arr1:[UInt8] = [0]
let res1 = cnvU8toFloat32_accel(arr1)