Skip to content

Commit

Permalink
Fix manifest tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Oct 1, 2019
1 parent 1caefb8 commit e0cf389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniversalDashboard.UITest/Manifest.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Get-UDDashboard | Stop-UDDashboard
Describe "Manifest" {

It "should have correct version" {
(Get-Module 'UniversalDashboard.Community').Version | Should be "2.6.0"
(Get-Module 'UniversalDashboard.Community').Version | Should be "2.6.2"
}

It "should have correct exported commands" {
Expand Down

0 comments on commit e0cf389

Please sign in to comment.