Skip to content

Commit

Permalink
Missing the attribute for the discoverer
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyKuhne committed Feb 4, 2024
1 parent 2a3c22f commit a7ee597
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/thirtytwo_tests/Xunit/RetryFactAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// Taken from Xuint samples. https://github.com/xunit/samples.xunit/tree/main/RetryFactExample

using Xunit.Sdk;

namespace Xunit;

[XunitTestCaseDiscoverer("Xunit.RetryFactDiscoverer", "thirtytwo_tests")]
public class RetryFactAttribute : FactAttribute
{
public int MaxRetries { get; set; } = 3;
Expand Down

0 comments on commit a7ee597

Please sign in to comment.