Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Jun 13, 2019
1 parent 5a7bee4 commit 88590a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniversalDashboard.Materialize/Tests/driver.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Get-TestData {

function Set-TestDashboard {
param(
[Parameter(ParameterSetName = 'Content')]
[Parameter(ParameterSetName = 'Content', Position = 0)]
[ScriptBlock]$Content,
[Parameter(ParameterSetName = 'Dashboard')]
[object]$Dashboard
Expand Down

0 comments on commit 88590a3

Please sign in to comment.