Skip to content

Commit

Permalink
fix(sdk-dotnet): Fix imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlaCarvajal committed Dec 20, 2024
1 parent ae051bd commit 0956cb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Collections.Generic;
using LittleHorse.Common.Proto;
using LittleHorse.Sdk.Common.Proto;
using LittleHorse.Sdk.Helper;
using Google.Protobuf.WellKnownTypes;
using LittleHorse.Sdk.Tests;
Expand Down
2 changes: 1 addition & 1 deletion sdk-dotnet/LittleHorse.Sdk.Tests/LHTaskSignatureTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Collections.Generic;
using LittleHorse.Common.Proto;
using LittleHorse.Sdk.Common.Proto;
using LittleHorse.Sdk;
using LittleHorse.Sdk.Exceptions;
using LittleHorse.Sdk.Worker;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using Google.Protobuf;
using Type = System.Type;
using LittleHorse.Common.Proto;
using LittleHorse.Sdk.Common.Proto;
using LittleHorse.Sdk.Exceptions;
using LittleHorse.Sdk.Helper;
using LittleHorse.Sdk.Worker;
Expand Down

0 comments on commit 0956cb5

Please sign in to comment.