Skip to content

Commit

Permalink
Fix revision update
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Sep 28, 2023
1 parent 9475014 commit 027d4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Serval.E2ETests/ServalClientHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public async Task BuildEngine(string engineId)
// build completed
break;
}
revision++;
revision = result.Revision;
}
catch (TaskCanceledException e)
{
Expand Down

0 comments on commit 027d4f1

Please sign in to comment.