Skip to content

Commit

Permalink
Update music-app.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiwonjumit committed Jan 8, 2024
1 parent e60634f commit da9c287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/procedures/music-app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe(utils.suiteName(__filename), function () {
});

it("should return audio buffer in response", async function () {
const names = await service.getSoundNames("AcousticGuitar");
const names = await service.getSoundNames("1564");
await service.nameToSound(names[0]);
const response = service.response;
assert.equal(response.code, 200);
Expand Down

0 comments on commit da9c287

Please sign in to comment.