Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Sep 16, 2024
1 parent 83cb6ed commit f0d453c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static async Task<TestClientHttpResponse<object>> PutWeeklySummaryReportA
FullName = i.ToString(),
FTE = i
};
})
}).Concat([new ApiPersonnelMoreThan100PercentFTE() { FullName = "DoubleValue", FTE = 6.21 }])
.ToArray()
};

Expand Down

0 comments on commit f0d453c

Please sign in to comment.