(cfg state.CentralCfg, timestamp int64)
| 340 | } |
| 341 | |
| 342 | func withTimestamp(cfg state.CentralCfg, timestamp int64) state.CentralCfg { |
| 343 | cfg.Timestamp = timestamp |
| 344 | return cfg |
| 345 | } |
| 346 | |
| 347 | func assertCentralTimestampStays(t *testing.T, h *Harness, nodeId state.NodeId, expected int64) { |
| 348 | t.Helper() |
no outgoing calls
no test coverage detected