Namespaces fixed

This commit is contained in:
Felix Weiß
2023-06-23 15:45:14 +02:00
parent 88ad175145
commit f5f1e3bea9
15 changed files with 63 additions and 87 deletions

View File

@@ -1,22 +1,19 @@
using Xunit;
using MewtocolNet;
using MewtocolNet.Registers;
using Xunit;
using Xunit.Abstractions;
namespace MewtocolTests
{
namespace MewtocolTests {
public class TestLinkedLists {
private readonly ITestOutputHelper output;
public TestLinkedLists (ITestOutputHelper output) {
public TestLinkedLists(ITestOutputHelper output) {
this.output = output;
}
[Fact(DisplayName = "Linked error list")]
public void NumericRegisterMewtocolIdentifiers () {
public void NumericRegisterMewtocolIdentifiers() {
var expectedData = new Dictionary<int, string> {