Skip to content

Commit 7bccfc5

Browse files
CopilotMalcolmnixon
andcommitted
Fix spell check errors in test file
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent 7bee35a commit 7bccfc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/DemaConsulting.BuildMark.Tests/RepoConnectors/GitHub/GitHubGraphQLClientTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ public async Task GitHubGraphQLClient_GetCommitsAsync_SingleCommit_ReturnsOneCom
591591
""target"": {
592592
""history"": {
593593
""nodes"": [
594-
{ ""oid"": ""singlecommit123"" }
594+
{ ""oid"": ""abc123def456"" }
595595
],
596596
""pageInfo"": {
597597
""hasNextPage"": false,
@@ -613,7 +613,7 @@ public async Task GitHubGraphQLClient_GetCommitsAsync_SingleCommit_ReturnsOneCom
613613
// Assert
614614
Assert.IsNotNull(commitShas);
615615
Assert.HasCount(1, commitShas);
616-
Assert.AreEqual("singlecommit123", commitShas[0]);
616+
Assert.AreEqual("abc123def456", commitShas[0]);
617617
}
618618

619619
/// <summary>

0 commit comments

Comments
 (0)