Skip to content

Commit 7d676d3

Browse files
committed
trace-dispatcher: test fixes
1 parent fa4a553 commit 7d676d3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

trace-dispatcher/test/Cardano/Logging/Test/Unit/Configuration.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ config1 = TraceConfig {
6060
, tcPeerFrequency = Nothing
6161
, tcResourceFrequency = Nothing
6262
, tcMetricsPrefix = Nothing
63+
, tcLedgerMetricsFrequency = Nothing
6364
}
6465

6566
config2 :: TraceConfig
@@ -78,6 +79,7 @@ config2 = TraceConfig {
7879
, tcPeerFrequency = Nothing
7980
, tcResourceFrequency = Nothing
8081
, tcMetricsPrefix = Nothing
82+
, tcLedgerMetricsFrequency = Nothing
8183
}
8284

8385
testConfig' ::

trace-dispatcher/test/Cardano/Logging/Test/Unit/Documentation.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ config1 = TraceConfig {
4343
, tcPeerFrequency = Nothing
4444
, tcResourceFrequency = Nothing
4545
, tcMetricsPrefix = Just "cardano"
46+
, tcLedgerMetricsFrequency = Nothing
4647
}
4748

0 commit comments

Comments
 (0)