Skip to content

Commit

Permalink
moving to another branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CathLass committed Dec 9, 2024
1 parent f025a1c commit 900b7cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using TeachingRecordSystem.Core.DataStore.Postgres.Models;
using TeachingRecordSystem.Core.Dqt;

namespace TeachingRecordSystem.SupportUi.Tests.PageTests.Persons.PersonDetail;

Expand All @@ -17,6 +16,7 @@ public class InductionTests(HostFixture hostFixture) : TestBase(hostFixture)
[Fact]
public async Task Get_FeatureFlagOff_NoInductionTabShown()
{
FeatureProvider.Features.Clear();
throw new NotImplementedException();
}

Expand Down

0 comments on commit 900b7cb

Please sign in to comment.