Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 4, 2024
1 parent 7a6e3ef commit 452948f
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/Verify.Expecto.Tests/NugetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class NugetTests
AttributeReader.GetSolutionDirectory(),
$"../nugets/Verify.Expecto.{version}.nupkg");
var settings = new VerifySettings();
settings.ScrubLinesContaining("psmdcp");
settings.ScrubLinesContaining("psmdcp", "branch");
settings.ScrubLinesWithReplace(_ => _.Replace(version, "version"));
return VerifyZip(
name: nameof(nuget),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<description>Enables verification of complex models and documents.</description>
<copyright>Copyright 2024. All rights reserved</copyright>
<tags>Json, Testing, Verify, Snapshot, Approvals</tags>
<repository type="git" url="https://github.com/VerifyTests/Verify.git" branch="refs/heads/main" commit="a682c400d6ca0473b46e146faf5c7b1ec935e82a" />
<dependencies>
<group targetFramework="net6.0">
<dependency id="Verify" version="version" include="All" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Fixie.Tests/NugetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ await VerifyZip(
!extension.Contains(".rels");
},
includeStructure: true)
.ScrubLinesContaining("psmdcp")
.ScrubLinesContaining("psmdcp", "branch")
.ScrubLinesWithReplace(_ => _.Replace(version, "version"));
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<description>Enables verification of complex models and documents.</description>
<copyright>Copyright 2024. All rights reserved</copyright>
<tags>Json, Testing, Verify, Snapshot, Approvals</tags>
<repository type="git" url="https://github.com/VerifyTests/Verify.git" branch="refs/heads/main" commit="a682c400d6ca0473b46e146faf5c7b1ec935e82a" />
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="Verify" version="version" include="All" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.MSTest.Tests/NugetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ await VerifyZip(
!extension.Contains(".rels");
},
includeStructure: true)
.ScrubLinesContaining("psmdcp")
.ScrubLinesContaining("psmdcp", "branch")
.ScrubLinesWithReplace(_ => _.Replace(version, "version"));
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<description>Enables verification of complex models and documents.</description>
<copyright>Copyright 2024. All rights reserved</copyright>
<tags>Json, Testing, Verify, Snapshot, Approvals</tags>
<repository type="git" url="https://github.com/VerifyTests/Verify.git" branch="refs/heads/main" commit="a682c400d6ca0473b46e146faf5c7b1ec935e82a" />
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="Verify" version="version" include="All" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.NUnit.Tests/NugetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ await VerifyZip(
!extension.Contains(".rels");
},
includeStructure: true)
.ScrubLinesContaining("psmdcp")
.ScrubLinesContaining("psmdcp", "branch")
.ScrubLinesWithReplace(_ => _.Replace(version, "version"));
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.TUnit.Tests/NugetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ await VerifyZip(
!extension.Contains(".rels");
},
includeStructure: true)
.ScrubLinesContaining("psmdcp")
.ScrubLinesContaining("psmdcp", "branch")
.ScrubLinesWithReplace(_ => _.Replace(version, "version"));
}
}
Expand Down
1 change: 0 additions & 1 deletion src/Verify.Tests/NugetTests.Run/Verify.verified.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<description>Enables verification of complex models and documents.</description>
<copyright>Copyright 2024. All rights reserved</copyright>
<tags>Json, Testing, Verify, Snapshot, Approvals</tags>
<repository type="git" url="https://github.com/VerifyTests/Verify.git" branch="refs/heads/main" commit="a682c400d6ca0473b46e146faf5c7b1ec935e82a" />
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="Argon" version="0.21.0" exclude="Build,Analyzers" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Tests/NugetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ await VerifyZip(
!extension.Contains(".rels");
},
includeStructure: true)
.ScrubLinesContaining("psmdcp")
.ScrubLinesContaining("psmdcp", "branch")
.ScrubLinesWithReplace(_ => _.Replace(version, "version"));
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<description>Enables verification of complex models and documents.</description>
<copyright>Copyright 2024. All rights reserved</copyright>
<tags>Json, Testing, Verify, Snapshot, Approvals</tags>
<repository type="git" url="https://github.com/VerifyTests/Verify.git" branch="refs/heads/main" commit="a682c400d6ca0473b46e146faf5c7b1ec935e82a" />
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="Verify" version="version" include="All" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Xunit.Tests/NugetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ await VerifyZip(
!extension.Contains(".rels");
},
includeStructure: true)
.ScrubLinesContaining("psmdcp")
.ScrubLinesContaining("psmdcp", "branch")
.ScrubLinesWithReplace(_ => _.Replace(version, "version"));
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<description>Enables verification of complex models and documents.</description>
<copyright>Copyright 2024. All rights reserved</copyright>
<tags>Json, Testing, Verify, Snapshot, Approvals</tags>
<repository type="git" url="https://github.com/VerifyTests/Verify.git" branch="refs/heads/main" commit="a682c400d6ca0473b46e146faf5c7b1ec935e82a" />
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="Verify" version="version" include="All" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.XunitV3.Tests/NugetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ await VerifyZip(
!extension.Contains(".rels");
},
includeStructure: true)
.ScrubLinesContaining("psmdcp")
.ScrubLinesContaining("psmdcp", "branch")
.ScrubLinesWithReplace(_ => _.Replace(version, "version"));
}
}
Expand Down

0 comments on commit 452948f

Please sign in to comment.