chore(bootstrap): refresh stale GlobalsImporter references in docs/test names
This commit is contained in:
@@ -30,7 +30,7 @@ public class PracticeControllerTests
|
||||
public async Task Info_returns_non_empty_opponent_array()
|
||||
{
|
||||
using var factory = new SVSimTestFactory();
|
||||
// Practice opponents are bootstrapped from prod-captures/practice-info-*.json into the
|
||||
// Practice opponents are bootstrapped from seeds/practice-opponents.json into the
|
||||
// PracticeOpponents table — empty by default in tests, so seed first.
|
||||
await factory.SeedGlobalsAsync();
|
||||
long viewerId = await factory.SeedViewerAsync();
|
||||
|
||||
Reference in New Issue
Block a user