Commit 5269c90
committed
Refactor template serialization to use TemplateRegistry
Replaced the serialization of the `templates` object with a `TemplateRegistry` object initialized with `templates`. This change alters the data structure before serialization to JSON, potentially impacting how data is stored in the `templateRegistryPath` file.1 parent d5b2496 commit 5269c90
File tree
1 file changed
+3
-1
lines changed- tests/Blake.IntegrationTests/Commands
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments