Skip to content

Commit

Permalink
Update tests, remove extra blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
v-kivlev committed Oct 12, 2023
1 parent deb6eeb commit 107bdcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public static partial class AdditionalMaskingRegexes
@"\b" // pre-match
+ @"npm_[0-9A-Za-z]{36}" // match
+ @"\b", // post-match

};
}
}
1 change: 1 addition & 0 deletions src/Test/L0/Listener/JobDispatcherL0.cs
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ public async void DispatchesOneTimeJobRequest()
var jobDispatcher = new JobDispatcher();
hc.SetSingleton<IConfigurationStore>(_configurationStore.Object);
hc.SetSingleton<IAgentServer>(_agentServer.Object);
hc.SetSingleton<IFeatureFlagProvider>(_featureFlagProvider.Object);

hc.EnqueueInstance<IProcessChannel>(_processChannel.Object);
hc.EnqueueInstance<IProcessInvoker>(_processInvoker.Object);
Expand Down

0 comments on commit 107bdcf

Please sign in to comment.