Skip to content

Commit 4542724

Browse files
committed
update test
1 parent 506c073 commit 4542724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/ccipocr3/plugin_commit_types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func TestDecodeCommitReportInfo(t *testing.T) {
168168
{
169169
data := append([]byte{2}, []byte("{}")...)
170170
_, err := DecodeCommitReportInfo(data)
171-
require.ErrorContains(t, err, "unknown execute report info version (2)")
171+
require.ErrorContains(t, err, "unknown commit report info version (2)")
172172
}
173173

174174
// Invalid field

0 commit comments

Comments
 (0)