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

Commit 6428081

Browse files
author
Meaghan Lewis
committed
Update test script to run GitHub.InlineReviews.UnitTests with nunit
1 parent 9a03978 commit 6428081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (!$?) {
5353
}
5454

5555
Write-Output "Running GitHub.InlineReviews.UnitTests..."
56-
Run-XUnit test GitHub.InlineReviews.UnitTests $TimeoutDuration $config -AppVeyor:$AppVeyor
56+
Run-NUnit test GitHub.InlineReviews.UnitTests $TimeoutDuration $config -AppVeyor:$AppVeyor
5757
if (!$?) {
5858
$exitcode = 4
5959
}

0 commit comments

Comments
 (0)