Skip to content

Commit 3fabc68

Browse files
Address review typo
1 parent 2680703 commit 3fabc68

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Demostration.cs renamed to Demonstration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
using QuantConnect.Util;
1919
using QuantConnect.Orders;
2020
using QuantConnect.Algorithm;
21+
using QuantConnect.DataSource;
2122

2223
namespace QuantConnect.DataLibrary.Tests
2324
{

QuantConnect.DataSource.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<EmbeddedResource Remove="tests\**" />
1818
<None Remove="tests\**" />
1919
<Compile Remove="Demonstration.cs" />
20-
<Compile Remove="Demostration.cs" />
2120
<None Remove=".gitignore" />
2221
<None Remove="process.sample.ipynb" />
2322
<None Remove="process.sample.py" />

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>QuantConnect.DataLibrary.Tests</RootNamespace>
55
</PropertyGroup>
66
<ItemGroup>
7-
<Compile Include="..\Demostration.cs" Link="Demostration.cs" />
7+
<Compile Include="..\Demonstration.cs" Link="Demonstration.cs" />
88
</ItemGroup>
99
<ItemGroup>
1010
<PackageReference Include="protobuf-net" Version="3.0.29" />

0 commit comments

Comments
 (0)