Skip to content

Commit

Permalink
Fix unit test when providing issue object at finish step request
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Oct 11, 2024
1 parent 9755d2a commit 8819de4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ public async Task IssueWithBtsProjectAndUrlShouldBeSavedOnServerSide()
LaunchUuid = _fixture.LaunchUuid,
Name = "Test1",
StartTime = DateTime.UtcNow,
Type = TestItemType.Test
Type = TestItemType.Step
});

test.Uuid.Should().NotBeNull(
Expand Down

0 comments on commit 8819de4

Please sign in to comment.