Skip to content

Commit a9c52f7

Browse files
committed
Update README
1 parent 2cb14ac commit a9c52f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@ test "snap with timestamp" {
126126
const oh = OhSnap{};
127127
const with_stamp = StampedStruct.init(
128128
"frobnicate the turbo-encabulator",
129-
17337,
129+
37337,
130130
);
131131
try oh.snap(
132132
@src(),
133133
\\ohsnap.StampedStruct
134134
\\ .message: []const u8
135135
\\ "frobnicate the turbo-encabulator"
136-
\\ .tag: u64 = 17337
136+
\\ .tag: u64 = 37337
137137
\\ .timestamp: isize = 1721501316
138138
,
139139
).expectEqual(with_stamp);

0 commit comments

Comments
 (0)