We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40e30b commit cc39821Copy full SHA for cc39821
1 file changed
test/MyTested.AspNetCore.Mvc.ModelState.Test/BuildersTests/ModelsTests/ModelStateBuilderTests.cs
@@ -1,10 +1,10 @@
1
namespace MyTested.AspNetCore.Mvc.Test.BuildersTests.ModelsTests
2
{
3
+ using System.Collections.Generic;
4
+ using System.Linq;
5
using Setups;
6
using Setups.Controllers;
7
using Xunit;
- using System.Collections.Generic;
- using System.Linq;
8
9
public class ModelStateBuilderTests
10
0 commit comments