Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-araujo committed Sep 9, 2024
1 parent bae19dc commit 3ad6c4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Iggy_SDK_Tests/E2ETests/StreamsE2E.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ await _fixture.HttpSut.Invoking(y => y
// })).ToArray();
// await Task.WhenAll(tasks);
}

// [Fact(Skip = SkipMessage), TestPriority(7)]

[Fact, TestPriority(7)]
public async Task GetStreamById_Should_Throw_InvalidResponse()
{
Expand Down

0 comments on commit 3ad6c4b

Please sign in to comment.