Skip to content

Commit e755f39

Browse files
committed
sample: sample updates
1 parent c243d8e commit e755f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/DotNetCoreSample/InMemoryStreamTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using WeihanLi.Extensions;
66

77
namespace DotNetCoreSample;
8-
internal static class MemoryStreamTest
8+
internal static class InMemoryStreamTest
99
{
1010
public static async Task MainTest()
1111
{

samples/DotNetCoreSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
// InvokeHelper.TryInvoke(() => throw null, 3);
349349

350350
// InvokeHelper.TryInvoke(LoggerTest.MicrosoftLoggingTest);
351-
await InvokeHelper.TryInvokeAsync(MemoryStreamTest.MainTest);
351+
await InvokeHelper.TryInvokeAsync(InMemoryStreamTest.MainTest);
352352

353353
ConsoleHelper.ReadKeyWithPrompt("Press any key to exit");
354354

0 commit comments

Comments
 (0)