Skip to content

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)