Skip to content

Commit

Permalink
Update src/rendering/Fields.zig
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Batiati <[email protected]>
  • Loading branch information
CashWasabi and batiati authored Jan 22, 2025
1 parent ea97a7c commit 3a034dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/Fields.zig
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ test "enum literal " {
}

test "enum" {
const Options = enum { areyousure, totally };
const Options = enum { are_you_sure, totally };
var data = .{ .value = Options.areyousure, .level = .{ .value = Options.totally } };

const field = getField(&data, "value");
Expand Down

0 comments on commit 3a034dc

Please sign in to comment.