We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a21e2 commit 6513dbaCopy full SHA for 6513dba
tests/docs-assembler.Tests/src/docs-assembler.Tests/AssemblerConfigurationTests.cs
@@ -55,10 +55,10 @@ public void ReadsContentSource()
55
public void ReadsVersions()
56
{
57
var config = Context.Configuration;
58
- config.NamedGitReferences.Should().NotBeEmpty()
+ config.SharedConfigurations.Should().NotBeEmpty()
59
.And.ContainKey("stack");
60
61
- config.NamedGitReferences["stack"].Should().NotBeNullOrEmpty();
+ config.SharedConfigurations["stack"].GitReferenceEdge.Should().NotBeNullOrEmpty();
62
63
//var agent = config.ReferenceRepositories["elasticsearch"];
64
//agent.GitReferenceCurrent.Should().NotBeNullOrEmpty()
0 commit comments