We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ea20e commit e2f8693Copy full SHA for e2f8693
Tests/DunneAudioKitTests/GenericNodeTests.swift
@@ -56,6 +56,6 @@ class GenericNodeTests: XCTestCase {
56
57
func testEffects() {
58
nodeParameterTest(md5: "b09c41cdef96fb4cfe89c34c5262e9d2", factory: { input in Flanger(input) })
59
- nodeParameterTest(md5: "2d667d22162edd87d6ae8ec8bfccc77e", factory: { input in StereoDelay(input) })
+ nodeParameterTest(md5: "7006860de2e4a726fd53c7f583f44c75", factory: { input in StereoDelay(input) })
60
}
61
0 commit comments