Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Commit 466ed67

Browse files
committed
Add Metrics and Plugins properties to test class
Added two properties, `Metrics` and `Plugins`, to the `FlowSynxServiceCollectionExtensionsTests` class. Both properties throw a `NotImplementedException` when accessed. #57
1 parent feaf2c4 commit 466ed67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/FlowSynx.Client.AspNetCore.UnitTests/FlowSynxServiceCollectionExtensionsTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ public void SetAuthenticationStrategy(IAuthenticationStrategy strategy)
121121

122122
public ILogsService Logs => throw new NotImplementedException();
123123

124+
public IMetricsService Metrics => throw new NotImplementedException();
125+
124126
public IPluginsService Plugins => throw new NotImplementedException();
125127

126128
public IWorkflowsService Workflows => throw new NotImplementedException();

0 commit comments

Comments
 (0)