Commit f16c616
committed
test(audience-sdk): clean up missed Progression.Level and Gzip placeholder references
Two inline references survived earlier sweeps:
- GzipTests:15 had `WireFixture.Track((MessageFields.EventName, "test"))`;
the test exercises the gzip round trip and the event name is filler.
Migrated to TestEventNames.PlaceholderTest, matching the
HttpTransportTests pattern.
- ImmutableAudienceTests:585 had `Level = "1"` in a Progression Track
fixture. Migrated to TestFixtures.ProgressionLevelFixture, paired
with the existing TypedEventTests usage.
Per the user's "everything random goes in a constant" stance.
Follow-up to SDK-272 (centralisation of duplicated literals).1 parent 43216bf commit f16c616
2 files changed
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
585 | | - | |
| 585 | + | |
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments