Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
chkeita committed Aug 22, 2023
1 parent a1c9b7a commit 17a0f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ApiService/IntegrationTests/Fakes/TestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public Async.Task InsertAll(IEnumerable<EntityBase> objs)
public IWebhookOperations WebhookOperations { get; }

public IWebhookMessageLogOperations WebhookMessageLogOperations { get; }

public IAdoNotificationEntryOperations AdoNotificationEntryOperations { get; }

// -- Remainder not implemented --
Expand Down Expand Up @@ -167,5 +167,5 @@ public Async.Task InsertAll(IEnumerable<EntityBase> objs)

public IConfigurationRefresher ConfigurationRefresher => throw new NotImplementedException();


}

0 comments on commit 17a0f6b

Please sign in to comment.