File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/ReactiveUI.Extensions.Tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public void SubscribeSynchronus_RunsWithAsyncTasksInSubscriptions()
9999 }
100100
101101 // Then
102- Assert . That ( result , Is . EqualTo ( 0 ) ) ;
102+ Assert . That ( result , Is . Zero ) ;
103103 }
104104
105105 /// <summary>
@@ -144,7 +144,7 @@ public void SyncronizeAsync_RunsWithAsyncTasksInSubscriptions()
144144 }
145145
146146 // Then
147- Assert . That ( result , Is . EqualTo ( 0 ) ) ;
147+ Assert . That ( result , Is . Zero ) ;
148148 }
149149
150150 /// <summary>
@@ -189,7 +189,7 @@ public void SynchronizeSynchronous_RunsWithAsyncTasksInSubscriptions()
189189 }
190190
191191 // Then
192- Assert . That ( result , Is . EqualTo ( 0 ) ) ;
192+ Assert . That ( result , Is . Zero ) ;
193193 }
194194
195195 /// <summary>
@@ -232,6 +232,6 @@ public void SubscribeAsync_RunsWithAsyncTasksInSubscriptions()
232232 }
233233
234234 // Then
235- Assert . That ( result , Is . EqualTo ( 0 ) ) ;
235+ Assert . That ( result , Is . Zero ) ;
236236 }
237237}
You can’t perform that action at this time.
0 commit comments