exercism / swift

Exercism exercises in Swift.
https://exercism.org/tracks/swift
MIT License
113 stars 158 forks source link

Update HighScoreBoardTests #573

Closed centwu closed 2 years ago

centwu commented 2 years ago

Change updateScore test value so it equals to expected result Fix error from previous changes:

XCTAssertEqual failed: ("["Amil PAstorius": 99373, "Min-seo Shin": 1999, "Jesse Johnson": 1337]") is not equal to ("["Amil PAstorius": 99373, "Min-seo Shin": 1999, "Jesse Johnson": 2674]") - Updating a player's score should add the update to their score and leave the rest unchanged.
centwu commented 2 years ago

Wrongly read the function decription