AsyncRepositoryTests.WithStreamPresentInStore.GetReturnsRootOfKnownId C# (CSharp) Method

GetReturnsRootOfKnownId() private method

private GetReturnsRootOfKnownId ( ) : Task
return Task
            public async Task GetReturnsRootOfKnownId()
            {
                var result = await _sut.GetAsync(_model.KnownIdentifier);

                Assert.That(result.RecordedEvents, Is.EquivalentTo(new[] { new EventStub(1) }));
            }