File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/System.Linq.Dynamic.Core.Tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Or provide a list of additional types in the [DefaultDynamicLinqCustomTypeProvid
8484|   ;  ; ** Issues** | [ ![ GitHub issues] ( https://img.shields.io/github/issues/StefH/System.Linq.Dynamic.Core.svg )] ( https://github.com/StefH/System.Linq.Dynamic.Core/issues ) |
8585| | |
8686| *** Quality*** |   ; |
87- |   ;  ; ** CI Workflow** | ![ CI Workflow] ( https://github.com/zzzprojects/System.Linq.Dynamic.Core/actions/workflows/ci.yml/badge.svg ) |
87+ |   ;  ; ** CI Workflow** | [ ![ CI Workflow] ( https://github.com/zzzprojects/System.Linq.Dynamic.Core/actions/workflows/ci.yml/badge.svg )] ( https://github.com/zzzprojects/System.Linq.Dynamic.Core/actions/workflows/ci.yml ) |
8888|   ;  ; ** SonarCloud** | [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=zzzprojects_System.Linq.Dynamic.Core&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=zzzprojects_System.Linq.Dynamic.Core ) |
8989| |
9090| *** NuGet*** |   ; |
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public void GroupByMany_Dynamic_CompositeKey()
7676 . Select ( x => x . ToString ( ) )
7777 . ToList ( ) ;
7878
79- // Assert
79+ // Assert
8080 result . Should ( ) . BeEquivalentTo ( normalResult ) ;
8181 }
8282}
You can’t perform that action at this time.
0 commit comments