Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 9cebf9a

Browse files
author
Asbjørn Mangabat Bach Merling
committed
added -fixture and -name parameters to describe blocks
1 parent 417cd91 commit 9cebf9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/OperationValidation/Diagnostics/Comprehensive/PSGallery.Comprehensive.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Describe "E2E validation of PSGallery" {
1+
Describe "E2E validation of PSGallery" -fixture{
22
BeforeAll {
33
$Repository = "InternalPSGallery"
44
$ModuleName = "FormatTools"

Modules/OperationValidation/Diagnostics/Simple/PSGallery.Simple.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Describe "Simple Validation of PSGallery" {
1+
Describe -name "Simple Validation of PSGallery" {
22
It "The PowerShell Gallery should be responsive" {
33
$request = [System.Net.WebRequest]::Create("http://psget/psgallery")
44
$response = $Request.GetResponse()

0 commit comments

Comments
 (0)