Skip to content

Commit

Permalink
Replace obsolete CreateUnixEnvironment in README.md
Browse files Browse the repository at this point in the history
Use recommended CreateLinuxEnvironment in sample
  • Loading branch information
devlead authored Apr 5, 2023
1 parent f6f5bef commit 0f3ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ using Spectre.IO.Testing;
public void Should_Return_False_If_Hello_File_Exists_But_Contains_The_Word_Goodbye()
{
// Given
var environment = FakeEnvironment.CreateUnixEnvironment();
var environment = FakeEnvironment.CreateLinuxEnvironment();
var filesystem = new FakeFileSystem(environment);
var globber = new Globber(filesystem, environment);
var checker = new Checker(filesystem, environment, globber);
Expand Down

0 comments on commit 0f3ff1e

Please sign in to comment.