Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Dec 4, 2023
1 parent 88ec8ca commit 5fc7ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI.Samples/Tests/BasicOrchardFeaturesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public BasicOrchardFeaturesTests(ITestOutputHelper testOutputHelper)
}

// We could reuse the previously specified SetupHelpers.RecipeId const here but it's actually a different recipe for
// this test.
// this test. So, this fails, right?
[Fact]
public Task BasicOrchardFeaturesShouldWork() =>
ExecuteTestAsync(context => context.TestBasicOrchardFeaturesAsync(RecipeIds.BasicOrchardFeaturesTests));
Expand Down

0 comments on commit 5fc7ef9

Please sign in to comment.