Skip to content

Commit

Permalink
test(AddFileOptions): check defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed May 2, 2018
1 parent 1d25f56 commit d6b033b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/CoreApi/AddFileOptionsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public void Defaults()
Assert.AreEqual(false, options.RawLeaves);
Assert.AreEqual(false, options.Trickle);
Assert.AreEqual(false, options.Wrap);

}
}
}

0 comments on commit d6b033b

Please sign in to comment.