Skip to content

Commit

Permalink
Fix typo in index-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ivalentine authored Jan 12, 2017
1 parent 51a72ae commit df66dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index-test.js
Original file line number Diff line number Diff line change
@@ -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"];

Expand Down

0 comments on commit df66dae

Please sign in to comment.