Skip to content

Commit c1e82dc

Browse files
committed
Fix README typos
1 parent 3c1c04d commit c1e82dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public void ScenarioShouldBeOk()
179179

180180
testEnvironment.Client.GetAsync("/").Result.EnsureSuccessStatusCode();
181181

182-
var viewModel = base.TestEnvironment
182+
var viewModel = testEnvironment
183183
.ServiceProvider
184184
.GetRequiredService<ViewModelRepository>()
185185
.Get<[VIEWMODEL_TYPE]>();

0 commit comments

Comments
 (0)