Skip to content

Commit

Permalink
test: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromsantos committed Jan 15, 2024
1 parent 866431c commit 43b58d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__test__/Domain/Barry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('Barry Harrys lines', () => {
});

describe('combined lines', () => {
test('Arpeggio up scale down', () => {
test('Arpeggio up, scale down', () => {
const lines = new Barry(scale)
.arpeggioUpFrom(ScaleDegree.I)
.scaleDownFromLastPitchTo(ScaleDegree.III)
Expand Down

0 comments on commit 43b58d6

Please sign in to comment.