Skip to content

Commit 293285f

Browse files
committed
test: fix grouped switch label assertion
1 parent f4874b8 commit 293285f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,5 +2123,5 @@ test "Scenario: Given grouped accounts when rendering switch list then child row
21232123

21242124
const output = writer.buffered();
21252125
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);
2126+
try std.testing.expect(std.mem.indexOf(u8, output, "02 Free") != null);
21272127
}

0 commit comments

Comments
 (0)