Skip to content

Commit e2f8693

Browse files
committed
Updated test
1 parent 22ea20e commit e2f8693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DunneAudioKitTests/GenericNodeTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ class GenericNodeTests: XCTestCase {
5656

5757
func testEffects() {
5858
nodeParameterTest(md5: "b09c41cdef96fb4cfe89c34c5262e9d2", factory: { input in Flanger(input) })
59-
nodeParameterTest(md5: "2d667d22162edd87d6ae8ec8bfccc77e", factory: { input in StereoDelay(input) })
59+
nodeParameterTest(md5: "7006860de2e4a726fd53c7f583f44c75", factory: { input in StereoDelay(input) })
6060
}
6161
}

0 commit comments

Comments
 (0)