Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbasti committed Aug 20, 2024
1 parent 6915a87 commit c58cf70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class DeleteWellWorkerTests
private readonly DeleteWellWorker _worker;
private readonly Mock<IWitsmlClient> _witsmlClient;
private const string WellUid = "wellUid";
private static readonly string ObjectUid = "objectUid1";

public DeleteWellWorkerTests()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public class DeleteWellboreWorkerTests
private readonly Mock<IWitsmlClient> _witsmlClient;
private const string WellboreUid = "wellboreUid";
private const string WellUid = "wellUid";
private static readonly string ObjectUid = "objectUid1";

public DeleteWellboreWorkerTests()
{
Expand Down

0 comments on commit c58cf70

Please sign in to comment.