Skip to content

Commit

Permalink
fixed #858 typo on JsonProperty of TestCases.SystemOutput (#859)
Browse files Browse the repository at this point in the history
fixed typo on JsonProperty of TestCases.SystemOutput

This caused the Property to be always empty.

Co-authored-by: Julian Liebert <[email protected]>
  • Loading branch information
hoolie and Julian Liebert authored Feb 18, 2025
1 parent 4fa5c15 commit b64cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NGitLab/Models/TestCases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TestCases
[JsonPropertyName("execution_time")]
public int ExecutionTime { get; set; }

[JsonPropertyName("system_ouput")]
[JsonPropertyName("system_output")]
public string SystemOutput { get; set; }

[JsonPropertyName("stack_trace")]
Expand Down

0 comments on commit b64cb44

Please sign in to comment.