You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PackageModelTests: fix warnings in DestinationBundleTests (#6391)
These tests currently have `await` before non-`async` functions. Let's clean that up to fix the warning:
```
No 'async' operations occur within 'await' expression
```
0 commit comments