Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a155d7

Browse files
authoredMay 13, 2025··
Consolidate object-relational-mapping invalidator entries (#2425)
1 parent 17be731 commit 7a155d7

File tree

1 file changed

+1
-3
lines changed
  • exercises/concept/object-relational-mapping/.meta

1 file changed

+1
-3
lines changed
 

‎exercises/concept/object-relational-mapping/.meta/config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
"test": [
1414
"ObjectRelationalMappingTests.cs"
1515
],
16-
"invalidator": [
17-
"Database.cs"
18-
],
1916
"exemplar": [
2017
".meta/Exemplar.cs"
2118
],
2219
"invalidator": [
20+
"Database.cs",
2321
"ObjectRelationalMapping.csproj"
2422
]
2523
},

0 commit comments

Comments
 (0)
Please sign in to comment.