mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Misspelling Nulll -> Null was fixed.
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Reactive.Linq;
|
||||
using System.Reactive.Threading.Tasks;
|
||||
using System.Threading.Tasks;
|
||||
using NSubstitute;
|
||||
using Octokit.Reactive;
|
||||
using Octokit.Tests.Helpers;
|
||||
using Xunit;
|
||||
|
||||
namespace Octokit.Tests.Reactive
|
||||
@@ -15,7 +12,7 @@ namespace Octokit.Tests.Reactive
|
||||
public class TheCtorMethod
|
||||
{
|
||||
[Fact]
|
||||
public void EnsuresArgumentIsNotNulll()
|
||||
public void EnsuresArgumentIsNotNull()
|
||||
{
|
||||
Assert.Throws<ArgumentNullException>(() => new ObservableCommitsClient(null));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user