File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ async void TestCallback(Action throwAction, Action completeAction)
328
328
329
329
// See https://github.com/CommunityToolkit/dotnet/issues/108
330
330
[ TestMethod ]
331
- public void Test_AsyncRelayCommand_ExecuteDoesNotRaisesCanExecuteChanged ( )
331
+ public void Test_AsyncRelayCommand_ExecuteDoesNotRaiseCanExecuteChanged ( )
332
332
{
333
333
TaskCompletionSource < object ? > tcs = new ( ) ;
334
334
@@ -374,7 +374,7 @@ public void Test_AsyncRelayCommand_ExecuteWithoutConcurrencyRaisesCanExecuteChan
374
374
}
375
375
376
376
[ TestMethod ]
377
- public void Test_AsyncRelayCommand_ExecuteDoesNotRaisesCanExecuteChanged_WithCancellation ( )
377
+ public void Test_AsyncRelayCommand_ExecuteDoesNotRaiseCanExecuteChanged_WithCancellation ( )
378
378
{
379
379
TaskCompletionSource < object ? > tcs = new ( ) ;
380
380
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ async void TestCallback(Action throwAction, Action completeAction)
224
224
Assert . IsTrue ( success ) ;
225
225
}
226
226
227
- public void Test_AsyncRelayCommand_ExecuteDoesNotRaisesCanExecuteChanged ( )
227
+ public void Test_AsyncRelayCommand_ExecuteDoesNotRaiseCanExecuteChanged ( )
228
228
{
229
229
TaskCompletionSource < object ? > tcs = new ( ) ;
230
230
@@ -270,7 +270,7 @@ public void Test_AsyncRelayCommand_ExecuteWithoutConcurrencyRaisesCanExecuteChan
270
270
}
271
271
272
272
[ TestMethod ]
273
- public void Test_AsyncRelayCommand_ExecuteDoesNotRaisesCanExecuteChanged_WithCancellation ( )
273
+ public void Test_AsyncRelayCommand_ExecuteDoesNotRaiseCanExecuteChanged_WithCancellation ( )
274
274
{
275
275
TaskCompletionSource < object ? > tcs = new ( ) ;
276
276
You can’t perform that action at this time.
0 commit comments