File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ public void AsTicks ()
3535 [ Test ]
3636 public void AsStrings ( )
3737 {
38- var db = new TestDb ( storeDateTimeAsTicks : false ) ;
38+ var db = new TestDb ( storeDateTimeAsTicks : false ) ;
3939 TestDateTime ( db ) ;
4040 }
4141
42- [ TestCase ( "o" ) ]
43- [ TestCase ( "MMM'-'dd'-'yyyy' 'HH':'mm':'ss'.'fffffff" ) ]
42+ [ TestCase ( "o" ) ]
43+ [ TestCase ( "MMM'-'dd'-'yyyy' 'HH':'mm':'ss'.'fffffff" ) ]
4444 public void AsCustomStrings ( string format )
4545 {
4646 var db = new TestDb ( CustomDateTimeString ( format ) ) ;
@@ -61,8 +61,8 @@ public void AsyncAsString ()
6161 TestAsyncDateTime ( db ) ;
6262 }
6363
64- [ TestCase ( "o" ) ]
65- [ TestCase ( "MMM'-'dd'-'yyyy' 'HH':'mm':'ss'.'fffffff" ) ]
64+ [ TestCase ( "o" ) ]
65+ [ TestCase ( "MMM'-'dd'-'yyyy' 'HH':'mm':'ss'.'fffffff" ) ]
6666 public void AsyncAsCustomStrings ( string format )
6767 {
6868 var db = new SQLiteAsyncConnection ( CustomDateTimeString ( format ) ) ;
You can’t perform that action at this time.
0 commit comments