Skip to content

Commit

Permalink
Fix argument name for string-format overload
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch authored Dec 8, 2018
1 parent 7945158 commit c78d97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Annotations/Misc/xUnit.net/xunit.abstractions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</member>
<member name="M:Xunit.Abstractions.ITestOutputHelper.WriteLine(System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>message</argument>
<argument>format</argument>
</attribute>
</member>
</assembly>

0 comments on commit c78d97d

Please sign in to comment.