Skip to content

Commit

Permalink
Fix typo in pair_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcastorina authored Dec 5, 2023
1 parent 46a0e6b commit cfd9e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn initials_test() {
|> should.equal("L. M.")
}

pub fn paid_test() {
pub fn pair_test() {
high_school_sweetheart.pair("Avery Bryant", "Charlie Dixon")
|> should.equal(
"
Expand Down

0 comments on commit cfd9e8e

Please sign in to comment.