Skip to content

Commit 21a5c74

Browse files
committed
chore: Fixed typo.
1 parent 1ab7800 commit 21a5c74

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+50
-50
lines changed

src/SocketIOClient.Test/SocketIOTests/V2/DisconnectionV2NspTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class DisconnectionV2NspTest : DisconnectionTest
88
{
99
public DisconnectionV2NspTest()
1010
{
11-
SocketIOCreator = new ScoketIOV2NspCreator();
11+
SocketIOCreator = new SocketIOV2NspCreator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

src/SocketIOClient.Test/SocketIOTests/V2/DisconnectionV2Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class DisconnectionV2Test : DisconnectionTest
88
{
99
public DisconnectionV2Test()
1010
{
11-
SocketIOCreator = new ScoketIOV2Creator();
11+
SocketIOCreator = new SocketIOV2Creator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

src/SocketIOClient.Test/SocketIOTests/V2/EmitV2NspTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class EmitV2NspTest : EmitTest
88
{
99
public EmitV2NspTest()
1010
{
11-
SocketIOCreator = new ScoketIOV2NspCreator();
11+
SocketIOCreator = new SocketIOV2NspCreator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

src/SocketIOClient.Test/SocketIOTests/V2/EmitV2Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class EmitV2Test : EmitTest
88
{
99
public EmitV2Test()
1010
{
11-
SocketIOCreator = new ScoketIOV2Creator();
11+
SocketIOCreator = new SocketIOV2Creator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

src/SocketIOClient.Test/SocketIOTests/V2/OffAnyV2NspTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class OffAnyV2NspTest : OnAnyTest
88
{
99
public OffAnyV2NspTest()
1010
{
11-
SocketIOCreator = new ScoketIOV2NspCreator();
11+
SocketIOCreator = new SocketIOV2NspCreator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

src/SocketIOClient.Test/SocketIOTests/V2/OffAnyV2Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class OffAnyV2Test : OnAnyTest
88
{
99
public OffAnyV2Test()
1010
{
11-
SocketIOCreator = new ScoketIOV2Creator();
11+
SocketIOCreator = new SocketIOV2Creator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

src/SocketIOClient.Test/SocketIOTests/V2/OffV2NspTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class OffV2NspTest : OffTest
88
{
99
public OffV2NspTest()
1010
{
11-
SocketIOCreator = new ScoketIOV2NspCreator();
11+
SocketIOCreator = new SocketIOV2NspCreator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

src/SocketIOClient.Test/SocketIOTests/V2/OffV2Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class OffV2Test : OffTest
88
{
99
public OffV2Test()
1010
{
11-
SocketIOCreator = new ScoketIOV2Creator();
11+
SocketIOCreator = new SocketIOV2Creator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

src/SocketIOClient.Test/SocketIOTests/V2/OnAnyV2NspTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class OnAnyV2NspTest : OnAnyTest
88
{
99
public OnAnyV2NspTest()
1010
{
11-
SocketIOCreator = new ScoketIOV2NspCreator();
11+
SocketIOCreator = new SocketIOV2NspCreator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

src/SocketIOClient.Test/SocketIOTests/V2/OnAnyV2Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class OnAnyV2Test : OnAnyTest
88
{
99
public OnAnyV2Test()
1010
{
11-
SocketIOCreator = new ScoketIOV2Creator();
11+
SocketIOCreator = new SocketIOV2Creator();
1212
}
1313

1414
protected override ISocketIOCreateable SocketIOCreator { get; }

0 commit comments

Comments
 (0)