Skip to content

Commit 1e0c252

Browse files
committed
test
1 parent b421f43 commit 1e0c252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/syncer/kubeocean_syncer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func TestNewKubeoceanSyncer(t *testing.T) {
3434
assert.Equal(t, "test-binding", syncer.ClusterBindingName)
3535
assert.NotNil(t, syncer.stopCh)
3636
assert.NotNil(t, syncer.phyMgrCh)
37-
assert.Equal(t, 100, syncer.physicalClientQPS)
37+
assert.Equal(t, 200, syncer.physicalClientQPS)
3838
assert.Equal(t, 150, syncer.physicalClientBurst)
3939
}
4040

0 commit comments

Comments
 (0)