File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ public static void TearDownCustomApplicationTests()
6767 }
6868
6969 [ Test ]
70- public static void ShouldSerializePosterDataOfCustomApplications ( )
70+ public static void ShouldNotSerializePosterDataOfCustomApplications ( )
7171 {
7272 var ( testSettingsFileOriginal , _) = TestSettingsFile . Duplicate ( ) ;
7373 GHubSettingsFile gHubSettingsFile = settingsFileReaderWriter ? . Read ( testSettingsFileOriginal ) ! ;
7474
7575 string reSerializedGHubSettingsFile = JsonConvert . SerializeObject ( gHubSettingsFile , Formatting . Indented ) ;
7676 GHubSettingsFile reDeserializedGHubSettingsFile = JsonConvert . DeserializeObject < GHubSettingsFile > ( reSerializedGHubSettingsFile ) ;
7777
78- Assert . True ( reDeserializedGHubSettingsFile . Applications ? . Applications ? [ 0 ] . Poster != null ) ;
78+ Assert . Null ( reDeserializedGHubSettingsFile . Applications ? . Applications ? [ 0 ] . Poster ) ;
7979 }
8080 }
8181
You can’t perform that action at this time.
0 commit comments