diff --git a/backend/internal/sync/service_test.go b/backend/internal/sync/service_test.go index b730016..93cb9c7 100644 --- a/backend/internal/sync/service_test.go +++ b/backend/internal/sync/service_test.go @@ -95,7 +95,7 @@ func TestFillPendingDetailsAndClassify_EndToEnd(t *testing.T) { // A workout kind that should cleanly match the seeded activity's pace. ruleJSON := `{"match":"all","conditions":[{"metric":"avg_pace_sec_per_km","op":"between","value":[280,320]}]}` - if _, err := db.CreateWorkoutKind(ctx, store.WorkoutKind{Name: "Tempo", RuleJSON: ruleJSON, IsActive: true}); err != nil { + if _, err := db.CreateWorkoutKind(ctx, store.WorkoutKind{Name: "Test Classification Tempo", RuleJSON: ruleJSON, IsActive: true}); err != nil { t.Fatalf("CreateWorkoutKind: %v", err) }