Fix Milestones.tests due_on DateTime issue

This commit is contained in:
Ethan Gottlieb 2019-01-17 10:27:15 -08:00 коммит произвёл Howard Wolosky
Родитель 0a79edce92
Коммит a99aa78752
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -109,7 +109,7 @@ try
}
It "Should have the expected due_on date" {
Get-Date -Date $existingMilestone.due_on | Should be $defaultMilestoneDueOn.Date
(Get-Date -Date $existingMilestone.due_on).Date | Should be $defaultMilestoneDueOn.Date
}
It "Should allow the addition of an existing issue" {