diff --git a/test/index-test.js b/test/index-test.js index d75db252d7..3eeaed7a2d 100644 --- a/test/index-test.js +++ b/test/index-test.js @@ -1,5 +1,5 @@ describe('Beatles Loops', function() { - it("returns an array of strings containing what instruments each instrument plays", function() { + it("returns an array of strings containing what instruments each musician plays", function() { const musicians = ["John Lennon", "Paul McCartney", "George Harrison", "Ringo Starr"]; const instruments = ["Guitar", "Bass Guitar", "Lead Guitar", "Drums"];