Commit 752de0b
committed
Refactor tests and update using directives
Updated `using` directives in `FieldCalculationMapTests.cs` to include additional namespaces and consolidate them into a single line.
Replaced `Assert.ThrowsException` with `Assert.Throws` in two test methods for improved consistency and readability.
Performed minor formatting adjustments, including closing brace cleanup.1 parent 715aa6b commit 752de0b
File tree
1 file changed
+4
-4
lines changed- src/MigrationTools.Tests/Tools/FieldMaps
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
0 commit comments