Skip to content

Commit 3d807d3

Browse files
committed
fix: auto test.
1 parent bf1bc7a commit 3d807d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/expect-to-equal-blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const convertAndExpectToEqualBlocks = function (converter, target, code, expecte
234234
const convertAndExpectRubyBlockError = function (converter, target, code) {
235235
converter.targetCodeToBlocks(target, code);
236236
expect(converter.errors).toHaveLength(1);
237-
expect(converter.errors[0].text).toMatch(/ could not convert ruby_/);
237+
expect(converter.errors[0].text).toMatch(/ is the wrong instruction./);
238238
};
239239

240240
const expectToEqualRubyStatement = function (converter, expectedStatement) {

0 commit comments

Comments
 (0)