File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public TestBase()
3434 PostgreSQLConnectionString = _configuration [ "PostgreSQLConnection" ] ;
3535 }
3636
37- protected string ConvertToUTCInUSFormat ( string dateString )
37+ protected static string ConvertToUTCInUSFormat ( string dateString )
3838 {
3939 DateTimeOffset date ;
4040 string [ ] formats = {
@@ -61,7 +61,7 @@ protected string ConvertToUTCInUSFormat(string dateString)
6161 }
6262 }
6363
64- protected string ConvertToUSFormat ( string dateString )
64+ protected static string ConvertToUSFormat ( string dateString )
6565 {
6666 DateTime date ;
6767 string [ ] formats = {
@@ -94,7 +94,7 @@ protected string ConvertToUSFormat(string dateString)
9494 }
9595 }
9696
97- protected string GetBase64Content ( string filePath )
97+ protected static string GetBase64Content ( string filePath )
9898 {
9999 if ( ! File . Exists ( filePath ) )
100100 throw new FileNotFoundException ( "File not found - '" + filePath + "'." ) ;
You can’t perform that action at this time.
0 commit comments