Skip to content

Commit

Permalink
remove wrong req annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
philgei committed Jul 3, 2024
1 parent 50c8554 commit 3d9907b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class UploadWorldUseCaseTest

[SetUp]
// ANF-ID: [BPG20]
// ANF-ID: [BPG2]

public void Setup()
{
_configuration = Options.Create(new BackendConfig
Expand Down Expand Up @@ -65,7 +65,7 @@ public void Setup()
}

// ANF-ID: [BPG20]
// ANF-ID: [BPG2]

[Test]
public async Task Handle_Valid_TriggersUpload()
{
Expand Down Expand Up @@ -149,7 +149,7 @@ await _worldRepository.Received(1)


// ANF-ID: [BPG20]
// ANF-ID: [BPG2]

[Test]
public async Task Handle_ValidNoH5p_TriggersUpload()
{
Expand Down Expand Up @@ -206,7 +206,7 @@ await _worldRepository.Received(1)
}

// ANF-ID: [BPG20]
// ANF-ID: [BPG2]

[Test]
public async Task Handle_InvalidCourseInformation_ThrowsValidationException()
{
Expand Down

0 comments on commit 3d9907b

Please sign in to comment.