Skip to content

Commit be74bc3

Browse files
committed
Fix test command
1 parent ee9d2f0 commit be74bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/TestHexdumpWidget.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ void TestHexdumpWidget::toUpper()
2828

2929
void TestHexdumpWidget::something()
3030
{
31-
QString a = Core()->cmd("fo");
32-
qDebug() << "r2 returned:" << a;
31+
QString a = Core()->cmd("fortune");
32+
qDebug() << "rz returned:" << a;
3333
}
3434

3535
DECLARE_TEST(TestHexdumpWidget)

0 commit comments

Comments
 (0)