Skip to content

Commit

Permalink
Merge pull request #92 from RWS/develop
Browse files Browse the repository at this point in the history
Fixed tests
  • Loading branch information
roshvets authored Oct 27, 2021
2 parents d8c52d1 + 198d8db commit 990672e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Automation/Pester/Test-SDLHeaders.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$repositoryPath=Resolve-Path "$PSScriptRoot\..\.."
$modulePath=Resolve-Path "$repositoryPath\Tools\Modules"

Import-Module "$modulePath\SDLDevTools" -Force
Import-Module "$modulePath\SDLDevTools\0.3\SDLDevTools.psm1" -Force

$reportToValidate=@()
Test-SDLOpenSourceHeader -ExcludeFolder ".git" -FolderPath $repositoryPath -PassThru | ForEach-Object {
Expand Down
6 changes: 3 additions & 3 deletions Automation/Publish-Module.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<#
# Copyright (c) 2021 All Rights Reserved by the RWS Group.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
6 changes: 3 additions & 3 deletions Source/Modules/ISHServer/Get-ISHPrerequisites.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<#
# Copyright (c) 2021 All Rights Reserved by the RWS Group.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down

0 comments on commit 990672e

Please sign in to comment.