refactor: simplify codebase

This commit is contained in:
2026-07-17 22:26:53 +00:00
parent 0ae1b094c5
commit 20209a9b6d
26 changed files with 291 additions and 904 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func TestParseFramePointsEarnedPointGain(t *testing.T) {
if err != nil {
t.Fatal(err)
}
if frame.Event.ReasonCode != "WATCH_STREAK" || frame.Event.TotalPoints != 450 {
if frame.Event.ReasonCode != "WATCH_STREAK" {
t.Fatalf("event = %#v", frame.Event)
}
}