mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 18:00:48 +08:00 
			
		
		
		
	fix:Namesapce Spelling Wrong
This commit is contained in:
		@@ -41,7 +41,7 @@ namespace Ocelot.UnitTests.Configuration
 | 
				
			|||||||
                .WithType("ServiceFabric")
 | 
					                .WithType("ServiceFabric")
 | 
				
			||||||
                .WithToken("testtoken")
 | 
					                .WithToken("testtoken")
 | 
				
			||||||
                .WithConfigurationKey("woo")
 | 
					                .WithConfigurationKey("woo")
 | 
				
			||||||
                .WithNamesapce("default")
 | 
					                .WithNamespace("default")
 | 
				
			||||||
                .Build();
 | 
					                .Build();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            this.Given(x => x.GivenTheFollowingGlobalConfig(globalConfig))
 | 
					            this.Given(x => x.GivenTheFollowingGlobalConfig(globalConfig))
 | 
				
			||||||
@@ -66,7 +66,7 @@ namespace Ocelot.UnitTests.Configuration
 | 
				
			|||||||
            _result.Port.ShouldBe(expected.Port);
 | 
					            _result.Port.ShouldBe(expected.Port);
 | 
				
			||||||
            _result.Token.ShouldBe(expected.Token);
 | 
					            _result.Token.ShouldBe(expected.Token);
 | 
				
			||||||
            _result.Type.ShouldBe(expected.Type);
 | 
					            _result.Type.ShouldBe(expected.Type);
 | 
				
			||||||
            _result.Namesapce.ShouldBe(expected.Namesapce);
 | 
					            _result.Namespace.ShouldBe(expected.Namespace);
 | 
				
			||||||
            _result.ConfigurationKey.ShouldBe(expected.ConfigurationKey);
 | 
					            _result.ConfigurationKey.ShouldBe(expected.ConfigurationKey);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user