Skip to content

Commit

Permalink
Removed unused pitchset
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt54 committed Apr 13, 2024
1 parent b3654f2 commit 46659f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/TonicTests/ChordTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class ChordTests: XCTestCase {

func testMinorSeventhSharpFive() {
let notes: [Int8] = [60, 63, 68, 71]
let pitchSet = PitchSet(pitches: notes.map { Pitch($0) } )
let chord = Chord(.C, type: .minorSeventhSharpFive)
XCTAssertEqual(chord.description, "Cm7♯5")
}
Expand Down

0 comments on commit 46659f0

Please # to comment.