Skip to content

Commit

Permalink
minor revert
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Feb 8, 2024
1 parent fd12c95 commit f77b884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/postgres/peer_flow_pg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ func (s PeerFlowE2ETestSuitePG) Test_Dynamic_Mirror_Config_Via_Signals() {
})

workflowState := getWorkFlowState()
assert.EqualValues(s.t, 5, workflowState.SyncFlowOptions.IdleTimeoutSeconds)
assert.EqualValues(s.t, 7, workflowState.SyncFlowOptions.IdleTimeoutSeconds)
assert.EqualValues(s.t, 6, workflowState.SyncFlowOptions.BatchSize)
assert.EqualValues(s.t, 1, len(workflowState.TableMappings))
assert.EqualValues(s.t, 1, len(workflowState.SrcTableIdNameMapping))
Expand Down

0 comments on commit f77b884

Please sign in to comment.