Skip to content

Commit

Permalink
FIx test again
Browse files Browse the repository at this point in the history
ISO8601 is parsed back to datetime from json
  • Loading branch information
fireflycons committed Jan 8, 2020
1 parent f785850 commit b45832c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode/*
EB-Logs/

aws-toolbox/aws-toolbox.netcore.psd1
2 changes: 1 addition & 1 deletion tests/aws-toolbox.Public.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ InModuleScope -Module $ModuleName {

It 'Should yield expected expiry' {

$result.Expiration | Should Be $expectedExpiry.ToString('s').SubString(0, 19)
$result.Expiration | Should Be $expectedExpiry
}
}
}
Expand Down

0 comments on commit b45832c

Please sign in to comment.