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 00026a8d5b
commit 82b38e998f
1 changed files with 1 additions and 1 deletions

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();