firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
367 stars 131 forks source link

chore: Moving GetUsersTest to a top-level class #219

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago

Auth integration tests are starting to clutter up, so I'm introducing a new FirebaseAdmin.IntegrationTests.Auth namespace.

In a future PR I will also move FirebaseAuthTest into the new namespace, and change it to use the new TemporaryBuilderClass.