Skip to content

Commit

Permalink
mr_note_test: change MR ID used for testing discussion
Browse files Browse the repository at this point in the history
This patch choose another MR to be used as text dump for testing, since
the last one filled up.

Signed-off-by: Bruno Meneguele <[email protected]>
  • Loading branch information
bmeneg committed Jun 11, 2021
1 parent d67a33f commit 02ab075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mr_note_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// #3952 is not special, it's just a place to dump discussions as mr #1 filled up, long term should update the tests clean up what they create
const mrCommentSlashDiscussionDumpsterID = "3952"
const mrCommentSlashDiscussionDumpsterID = "3953"

func Test_mrCreateNote(t *testing.T) {
tests := []struct {
Expand Down

0 comments on commit 02ab075

Please sign in to comment.