We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4874b8 commit 293285fCopy full SHA for 293285f
1 file changed
src/cli.zig
@@ -2123,5 +2123,5 @@ test "Scenario: Given grouped accounts when rendering switch list then child row
2123
2124
const output = writer.buffered();
2125
try std.testing.expect(std.mem.indexOf(u8, output, "01 Als's Workspace") != null);
2126
- try std.testing.expect(std.mem.indexOf(u8, output, "02 free") != null);
+ try std.testing.expect(std.mem.indexOf(u8, output, "02 Free") != null);
2127
}
0 commit comments