File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ main = do
95
95
describe " Agent core tests" agentCoreTests
96
96
#if defined(dbServerPostgres)
97
97
around_ (postgressBracket testServerDBConnectInfo) $
98
- fdescribe " SMP server schema dump" $
98
+ describe " SMP server schema dump" $
99
99
postgresSchemaDumpTest
100
100
serverMigrations
101
101
[ " 20250320_short_links" -- snd_secure moves to the bottom on down migration
@@ -116,7 +116,7 @@ main = do
116
116
-- before (pure (transport @WS, ASType SQSMemory SMSJournal)) serverTests
117
117
#if defined(dbServerPostgres)
118
118
around_ (postgressBracket ntfTestServerDBConnectInfo) $
119
- fdescribe " Ntf server schema dump" $
119
+ describe " Ntf server schema dump" $
120
120
postgresSchemaDumpTest
121
121
ntfServerMigrations
122
122
[] -- skipComparisonForDownMigrations
You can’t perform that action at this time.
0 commit comments