Affecto.IdentityManagement.Store.EntityFramework.DatabaseTests.Queries.FindAccountTests.GetUserByIdWhenThereAreNoAccounts C# (CSharp) Method

GetUserByIdWhenThereAreNoAccounts() private method

private GetUserByIdWhenThereAreNoAccounts ( ) : void
return void
        public void GetUserByIdWhenThereAreNoAccounts()
        {
            var accounts = sut.GetAccounts(Guid.NewGuid());

            Assert.IsFalse(accounts.Any());
        }