Skip to content

Commit 164a4df

Browse files
renovate[bot]vbreuss
andauthoredMar 29, 2024··
chore(deps): update dependency testably.abstractions to v3 (#98)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Testably.Abstractions.Interface](https://togithub.com/Testably/Testably.Abstractions) | `2.6.1` -> `3.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Testably.Abstractions.Interface/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testably.Abstractions.Interface/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testably.Abstractions.Interface/2.6.1/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testably.Abstractions.Interface/2.6.1/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Testably/Testably.Abstractions (Testably.Abstractions.Interface)</summary> ### [`v3.0.0`](https://togithub.com/Testably/Testably.Abstractions/releases/tag/v3.0.0) #### Breaking Changes - Rename namespace from `Testably.Abstractions.Testing.FileSystemInitializer` to `Testably.Abstractions.Testing.Initializer` - Move static methods from `RandomProvider.Generator<T>` to `RandomProvider.Generator` - Remove `PathSystemBase` from `Testably.Abstractions.Interface` - Update `TestableIO.System.IO.Abstractions` to v21.0.2 and adapt interface according to the breaking change in [https://github.com/TestableIO/System.IO.Abstractions/pull/1104](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1104) - Make class `FileSystemWatcherMock` internal #### What's Changed - chore(deps): update testably.abstractions packages to v2.6.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/447](https://togithub.com/Testably/Testably.Abstractions/pull/447) - chore(deps): update dependency xunit to v2.6.6 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/449](https://togithub.com/Testably/Testably.Abstractions/pull/449) - chore(deps): update actions/cache action to v4 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/450](https://togithub.com/Testably/Testably.Abstractions/pull/450) - chore(deps): update dependency testableio.system.io.abstractions to v20.0.15 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/451](https://togithub.com/Testably/Testably.Abstractions/pull/451) - chore(deps): update nuget/setup-nuget action to v1.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/452](https://togithub.com/Testably/Testably.Abstractions/pull/452) - chore(deps): update microsoft/setup-msbuild action to v2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/453](https://togithub.com/Testably/Testably.Abstractions/pull/453) - chore(deps): update nuget/setup-nuget action to v2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/454](https://togithub.com/Testably/Testably.Abstractions/pull/454) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/455](https://togithub.com/Testably/Testably.Abstractions/pull/455) - chore(deps): update dependency microsoft.net.test.sdk to v17.9.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/456](https://togithub.com/Testably/Testably.Abstractions/pull/456) - chore(deps): update wandalen/wretry.action action to v1.4.4 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/457](https://togithub.com/Testably/Testably.Abstractions/pull/457) - chore(deps): update dependency coverlet.collector to v6.0.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/459](https://togithub.com/Testably/Testably.Abstractions/pull/459) - chore(deps): update xunit-dotnet monorepo by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/458](https://togithub.com/Testably/Testably.Abstractions/pull/458) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/461](https://togithub.com/Testably/Testably.Abstractions/pull/461) - refactor: make `Execute` non-static by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/462](https://togithub.com/Testably/Testably.Abstractions/pull/462) - refactor: fix sonar issues by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/463](https://togithub.com/Testably/Testably.Abstractions/pull/463) - refactor: use non-static OS selector in tests by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/464](https://togithub.com/Testably/Testably.Abstractions/pull/464) - chore(deps): update wandalen/wretry.action action to v1.4.5 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/465](https://togithub.com/Testably/Testably.Abstractions/pull/465) - chore(deps): update dependency microsoft.codeanalysis.csharp to v4.9.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/466](https://togithub.com/Testably/Testably.Abstractions/pull/466) - refactor: cleanup inconsistent line endings by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/467](https://togithub.com/Testably/Testably.Abstractions/pull/467) - chore(deps): update dependency minver to v5 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/469](https://togithub.com/Testably/Testably.Abstractions/pull/469) - chore(deps): update wandalen/wretry.action action to v1.4.7 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/470](https://togithub.com/Testably/Testably.Abstractions/pull/470) - chore(deps): update wandalen/wretry.action action to v1.4.8 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/472](https://togithub.com/Testably/Testably.Abstractions/pull/472) - chore(deps): update dependency testableio.system.io.abstractions to v20.0.28 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/475](https://togithub.com/Testably/Testably.Abstractions/pull/475) - chore(deps): update softprops/action-gh-release action to v2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/473](https://togithub.com/Testably/Testably.Abstractions/pull/473) - feat: add statistics by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/474](https://togithub.com/Testably/Testably.Abstractions/pull/474) - fix: errors from static code analysis by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/477](https://togithub.com/Testably/Testably.Abstractions/pull/477) - refactor: replace the dictionary in the statistics with an array by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/478](https://togithub.com/Testably/Testably.Abstractions/pull/478) - docs: improve readme examples by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/480](https://togithub.com/Testably/Testably.Abstractions/pull/480) - chore(deps): update wandalen/wretry.action action to v1.4.9 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/481](https://togithub.com/Testably/Testably.Abstractions/pull/481) - chore(deps): update actions/checkout digest to [`9bb5618`](https://togithub.com/Testably/Testably.Abstractions/commit/9bb5618) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/483](https://togithub.com/Testably/Testably.Abstractions/pull/483) - chore(deps): update actions/checkout digest to [`b4ffde6`](https://togithub.com/Testably/Testably.Abstractions/commit/b4ffde6) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/484](https://togithub.com/Testably/Testably.Abstractions/pull/484) - chore(deps): update dependency coverlet.collector to v6.0.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/485](https://togithub.com/Testably/Testably.Abstractions/pull/485) - chore(deps): update wandalen/wretry.action action to v1.4.10 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/486](https://togithub.com/Testably/Testably.Abstractions/pull/486) - feat: add Api approval tests by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/482](https://togithub.com/Testably/Testably.Abstractions/pull/482) - refactor: normalize line endings using `.gitattributes` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/487](https://togithub.com/Testably/Testably.Abstractions/pull/487) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.3 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/488](https://togithub.com/Testably/Testably.Abstractions/pull/488) - feat: add global.json to use latest SDK by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/479](https://togithub.com/Testably/Testably.Abstractions/pull/479) - chore(deps): update dependency dotnet-sdk to v8.0.202 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/489](https://togithub.com/Testably/Testably.Abstractions/pull/489) - chore(deps): update dependency dotnet-sdk to v8.0.203 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/490](https://togithub.com/Testably/Testably.Abstractions/pull/490) - chore: Limit "renovate" to run only weekly by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/491](https://togithub.com/Testably/Testably.Abstractions/pull/491) - feat: add statistics for property access by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/493](https://togithub.com/Testably/Testably.Abstractions/pull/493) - fix: Install .NET on code upload step by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/494](https://togithub.com/Testably/Testably.Abstractions/pull/494) - refactor: switch to sonar automatic analysis by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/496](https://togithub.com/Testably/Testably.Abstractions/pull/496) - fix: sonar issues after activating automatic analysis by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/495](https://togithub.com/Testably/Testably.Abstractions/pull/495) - refactor: adapt and execute cleanup by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/498](https://togithub.com/Testably/Testably.Abstractions/pull/498) - fix: use latest stryker.net version by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/497](https://togithub.com/Testably/Testably.Abstractions/pull/497) - refactor: adapt ReSharper File Layout to avoid Sonar issues during cleanup by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/499](https://togithub.com/Testably/Testably.Abstractions/pull/499) - fix: correctly match statistic paths by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/500](https://togithub.com/Testably/Testably.Abstractions/pull/500) - refactor: extract extension methods from `Execute` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/501](https://togithub.com/Testably/Testably.Abstractions/pull/501) - feat: avoid arbitrary statistic calls by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/502](https://togithub.com/Testably/Testably.Abstractions/pull/502) - coverage: add tests for `FileSystemWatcher` events by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/503](https://togithub.com/Testably/Testably.Abstractions/pull/503) - fix: avoid statistic registrations on complex initializations by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/505](https://togithub.com/Testably/Testably.Abstractions/pull/505) - refactor: exclude obsolete methods from code coverage by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/504](https://togithub.com/Testably/Testably.Abstractions/pull/504) - chore!: update `TestableIO.System.IO.Abstractions` to v21.0.2 by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/506](https://togithub.com/Testably/Testably.Abstractions/pull/506) - feat: remove obsolete class `PathSystemBase` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/507](https://togithub.com/Testably/Testably.Abstractions/pull/507) - refactor: simplify changing the test settings by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/508](https://togithub.com/Testably/Testably.Abstractions/pull/508) - chore(deps): update dependency nunit.analyzers to v4.1.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/510](https://togithub.com/Testably/Testably.Abstractions/pull/510) - chore(deps): update dependency newtonsoft.json to v13.0.3 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/509](https://togithub.com/Testably/Testably.Abstractions/pull/509) - feat: include skip message for long running tests by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/511](https://togithub.com/Testably/Testably.Abstractions/pull/511) - docs: add license scan report and status by [@&#8203;fossabot](https://togithub.com/fossabot) in [https://github.com/Testably/Testably.Abstractions/pull/512](https://togithub.com/Testably/Testably.Abstractions/pull/512) - feat: enable/disable brittle tests via test settings by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/514](https://togithub.com/Testably/Testably.Abstractions/pull/514) - fix: add lock file to directory cleaner by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/515](https://togithub.com/Testably/Testably.Abstractions/pull/515) - feat: add retry also to .NET Framework tests by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/517](https://togithub.com/Testably/Testably.Abstractions/pull/517) - feat: add `Meziantou.Analyzer` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/519](https://togithub.com/Testably/Testably.Abstractions/pull/519) - fix: disable build warning CS0436 in `Testably.Abstractions.Testing.Tests` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/516](https://togithub.com/Testably/Testably.Abstractions/pull/516) - refactor: remove `.ConfigureAwait` in tests by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/520](https://togithub.com/Testably/Testably.Abstractions/pull/520) - refactor: dispose of `ManualResetEventSlim` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/518](https://togithub.com/Testably/Testably.Abstractions/pull/518) - coverage: avoid skipping brittle tests in `FileSystemWatcher` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/521](https://togithub.com/Testably/Testably.Abstractions/pull/521) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/523](https://togithub.com/Testably/Testably.Abstractions/pull/523) - chore(deps): update dependency meziantou.analyzer to v1.0.758 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/524](https://togithub.com/Testably/Testably.Abstractions/pull/524) - fix: do not adjust LastAccessTime in `FileStream.EndRead` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/522](https://togithub.com/Testably/Testably.Abstractions/pull/522) - coverage: add missing tests by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/525](https://togithub.com/Testably/Testably.Abstractions/pull/525) - feat: collect coverage information for .NET Framework by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/526](https://togithub.com/Testably/Testably.Abstractions/pull/526) - fix: Report Generator does not support mixing .NET Framework and .NET Core by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/527](https://togithub.com/Testably/Testably.Abstractions/pull/527) - feat: Enable Stryker CI-Build by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/528](https://togithub.com/Testably/Testably.Abstractions/pull/528) - fix: support search pattern with subdirectories when enumerating a directory by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/529](https://togithub.com/Testably/Testably.Abstractions/pull/529) - fix: support three-character file extension as search pattern in .NET Framework by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/530](https://togithub.com/Testably/Testably.Abstractions/pull/530) - fix: dependency error in release.yml by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/531](https://togithub.com/Testably/Testably.Abstractions/pull/531) - fix: catch `ObjectDisposedException` in tests by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/532](https://togithub.com/Testably/Testably.Abstractions/pull/532) - refactor: catch `ObjectDisposedException` in `TimerMockTests` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/533](https://togithub.com/Testably/Testably.Abstractions/pull/533) - fix: use latest Stryker version in release pipeline by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/534](https://togithub.com/Testably/Testably.Abstractions/pull/534) #### New Contributors - [@&#8203;fossabot](https://togithub.com/fossabot) made their first contribution in [https://github.com/Testably/Testably.Abstractions/pull/512](https://togithub.com/Testably/Testably.Abstractions/pull/512) **Full Changelog**: Testably/Testably.Abstractions@v2.6.1...v3.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Testably/Testably.Abstractions.FluentAssertions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Valentin Breuß <vbreuss@gmail.com>
1 parent 5d229a3 commit 164a4df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<ItemGroup>
88
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
9-
<PackageVersion Include="Testably.Abstractions.Interface" Version="2.6.1" />
10-
<PackageVersion Include="Testably.Abstractions.Testing" Version="2.6.1" />
9+
<PackageVersion Include="Testably.Abstractions.Interface" Version="3.0.0" />
10+
<PackageVersion Include="Testably.Abstractions.Testing" Version="3.0.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

‎Tests/Testably.Abstractions.FluentAssertions.Tests/FileAssertionsTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Linq;
77
using System.Text;
88
using Testably.Abstractions.Testing;
9-
using Testably.Abstractions.Testing.FileSystemInitializer;
9+
using Testably.Abstractions.Testing.Initializer;
1010
using Xunit;
1111

1212
namespace Testably.Abstractions.FluentAssertions.Tests;

‎Tests/Testably.Abstractions.FluentAssertions.Tests/FileInfoAssertionsTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Linq;
77
using System.Text;
88
using Testably.Abstractions.Testing;
9-
using Testably.Abstractions.Testing.FileSystemInitializer;
9+
using Testably.Abstractions.Testing.Initializer;
1010
using Xunit;
1111

1212
namespace Testably.Abstractions.FluentAssertions.Tests;

0 commit comments

Comments
 (0)
Please sign in to comment.