Microservices - Testing Microservices
Given a microservice test environment with a database seeded with 100 users, a test creates 5 new users and deletes 3. How many users should the database have after the test completes if it resets after each test?
