This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ await _fixture.HttpClient.SendAsync(
3030 new HttpRequestMessage ( HttpMethod . Get , $ "/{ Constants . Streams . Stream } /{ StreamId } /metadata") ) )
3131 {
3232 response . StatusCode . ShouldBe ( HttpStatusCode . NotFound ) ;
33- response . Headers . ETag . ShouldBe ( new EntityTagHeaderValue ( @"""-1 """ ) ) ;
33+ response . Headers . ETag . ShouldBe ( new EntityTagHeaderValue ( $ @ """{ ExpectedVersion . EmptyStream } """));
3434
3535 var resource = await response.AsHal();
3636
3737 ((string) resource.State.streamId).ShouldBe(StreamId);
38- ( ( int ) resource . State . metadataStreamVersion ) . ShouldBe ( ExpectedVersion . NoStream ) ;
38+ ((int) resource.State.metadataStreamVersion).ShouldBe(ExpectedVersion.EmptyStream );
3939 ((int?) resource.State.maxAge).ShouldBe(default);
4040 ((int?) resource.State.maxCount).ShouldBe(default);
4141 ((string) resource.State.metadataJson).ShouldBeNull();
Original file line number Diff line number Diff line change 5050 <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue" >True</s : Boolean >
5151 <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue" >True</s : Boolean >
5252 <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpRenamePlacementToArrangementMigration/@EntryIndexedValue" >True</s : Boolean >
53+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue" >True</s : Boolean >
5354 <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue" >True</s : Boolean >
5455 <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002ECSharpPlaceAttributeOnSameLineMigration/@EntryIndexedValue" >True</s : Boolean >
5556 <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue" >True</s : Boolean >
You can’t perform that action at this time.
0 commit comments