Skip to content

Commit 710a3ca

Browse files
committed
Rename test app
1 parent 2ad3d70 commit 710a3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_app1.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Remove-Module pglet -ErrorAction SilentlyContinue
22
Import-Module ([IO.Path]::Combine((get-item $PSScriptRoot).parent.FullName, 'pglet.psd1'))
33

4-
Connect-PgletApp "index" -NoWindow -ScriptBlock {
4+
Connect-PgletApp "ps-app-test" -ScriptBlock {
55
try {
66
$btn = Button -Text "Click me!" -OnClick {
77
Write-Trace "Oh, I've been clicked!"

0 commit comments

Comments
 (0)