diff --git a/ai_test.go b/ai_test.go index b7dde8f..995d4a1 100644 --- a/ai_test.go +++ b/ai_test.go @@ -86,7 +86,7 @@ func testAI(t *testing.T, ai AI) { t.Run("simulation", func(t *testing.T) { d := NewRAM() - FillWithTestdata(ctx, d) + FillWithTestdata(ctx, d, renderAssetPattern, renderDatacenterPattern) s := NewStorage(d) threads, err := s.Threads(ctx)