Skip to content

Commit 8c0b91e

Browse files
committed
Updated md5s
1 parent a662676 commit 8c0b91e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Tests/SoundpipeAudioKitTests/GenericNodeTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class GenericNodeTests: XCTestCase {
108108
nodeParameterTest(md5: "0750dcbb4f03fc82ee834692989d4f36", factory: { WhiteNoise() })
109109

110110
#if os(macOS)
111-
nodeRandomizedTest(md5: "934b63edeb47e4dddda0bc90e1fd0499", factory: { BrownianNoise() })
111+
nodeRandomizedTest(md5: "a9393513bc298f0d5ad671f7b1f8041a", factory: { BrownianNoise() })
112112
#endif
113113
}
114114

@@ -199,7 +199,7 @@ class GenericNodeTests: XCTestCase {
199199
#endif
200200

201201
#if os(macOS)
202-
nodeParameterTest2(md5: "ac8d2c81f0c74217d3fff003cbf28d68", factory: { player in Reverb(player) })
202+
nodeParameterTest2(md5: "67ce242b88c2bf902192d93a8de5e324", factory: { player in Reverb(player) })
203203
#endif
204204
}
205205

Tests/SoundpipeAudioKitTests/ValidatedMD5s.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ let validatedMD5s: [String: String] = [
5454
"-[VocoderTests testVocoder]": "3836def448fed8ac901b179e943e6922",
5555
"-[VibratoTests testVibrato]": "4bad4a6d951683cf6745a79b96b6aae2",
5656
"-[VibratoTests testParameterSweep]": "cc3613847ed31d6566bbd4f6907e26e5",
57-
"-[PitchCorrectTests testPitchCorrect]": "914c45afe046912fe58e875728ffb88c",
57+
"-[PitchCorrectTests testPitchCorrect]": "9128a5a1eb68d491af693028fcbc9668",
5858
"-[EnsembleTests testAllVoicesActive]": "524b59ceb689d76e0ec5af4d8c2cddeb",
5959
"-[EnsembleTests testArrayInitializer]": "7ea6bf4e50e6463b468df5984fff4042",
6060
"-[EnsembleTests testDominantSeventhChord]": "254dede98cc20371240a0e0a74741db5",

0 commit comments

Comments
 (0)