Skip to content

Commit 9651271

Browse files
committed
update test to point to right ticket
1 parent c291e77 commit 9651271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/blip_api_crud_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3537,7 +3537,7 @@ func TestBlipPushRevOnResurrection(t *testing.T) {
35373537
t.Run(fmt.Sprintf("allowConflicts=%t", allowConflicts), func(t *testing.T) {
35383538
btcRunner := NewBlipTesterClientRunner(t)
35393539

3540-
btcRunner.SkipSubtest[VersionVectorSubtestName] = true // CBG-4735 skipped pending work in this ticket
3540+
btcRunner.SkipSubtest[VersionVectorSubtestName] = true // CBG-4786 skipped pending work in this ticket
35413541

35423542
btcRunner.Run(func(t *testing.T, SupportedBLIPProtocols []string) {
35433543
rt := NewRestTester(t, &RestTesterConfig{

0 commit comments

Comments
 (0)