Add FluentAssertions by default

This commit is contained in:
Timothy Schenk 2022-12-29 11:22:32 +01:00
parent 26372ba53f
commit fc2ba03183

View file

@ -1 +1,2 @@
global using Xunit;
global using Xunit;
global using FluentAssertions;