Skip to content

Instantly share code, notes, and snippets.

@MarcoNicolodi
Created January 13, 2019 20:44
Show Gist options
  • Save MarcoNicolodi/3b644874d77ceaf68dda79e9be8aefd8 to your computer and use it in GitHub Desktop.
Save MarcoNicolodi/3b644874d77ceaf68dda79e9be8aefd8 to your computer and use it in GitHub Desktop.
Flaky unit test suite
Assert.Equal(revision.Changes, documentMutation.Changes);
Assert.True(elaborationResult.Approved);
Assert.Equal(2, revision.Stages.Count);
Assert.Equal(lastStage.StageId, approval.Id);
Assert.Equal(2, lastStage.Order);
Assert.Equal(117, stageResult.ResponsibleId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment