BAEL 4293 correcting the unit test file ame. (#11258)

This commit is contained in:
rvsathe
2021-09-26 22:00:14 +05:30
committed by GitHub
parent 375803d6a3
commit 51385e0392

View File

@@ -11,7 +11,7 @@ import javax.sound.sampled.AudioFileFormat;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.TargetDataLine;
public class AppTest {
public class AppUnitTest {
AudioFormat af = App.buildAudioFormatInstance();
SoundRecorder soundRecorder = new SoundRecorder();