Skip to content

Commit

Permalink
🚚 Rename to group related files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontaylordev committed Jul 8, 2023
1 parent 8641b79 commit c655328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"src/Infrastructure/Data/SQLite/**",
"src/WebUI/appsettings.SQLite.json",
"src/WebUI/app.db",
"tests/Application.IntegrationTests/TestSqliteDatabase.cs"
"tests/Application.IntegrationTests/TestDatabase.Sqlite.cs"
]
},
{
Expand All @@ -156,7 +156,7 @@
"rename": {
"src/Infrastructure/Data/SQLite/" : "src/Infrastructure/Data/Migrations/",
"appsettings.SQLite.json": "appsettings.json",
"TestSqliteDatabase.cs": "TestDatabase.cs"
"TestDatabase.Sqlite.cs": "TestDatabase.cs"
}
}
]
Expand Down

0 comments on commit c655328

Please sign in to comment.