Skip to content

Commit 143be6a

Browse files
authored
Merge pull request #201 from kohenkatz/fixes_195
Minor comment fix
2 parents 142fcab + 9844d64 commit 143be6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uuid_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func TestTimestampFromV7(t *testing.T) {
268268
// v7 is unix_ts_ms, so zero value time is unix epoch
269269
{u: Must(FromString("00000000-0000-7000-0000-000000000000")), want: 122192928000000000},
270270
{u: Must(FromString("018a8fec-3ced-7164-995f-93c80cbdc575")), want: 139139245386050000},
271-
// Calculated as `(1<<48)-1` milliseconds, times 100 ns per ms, plus epoch offset from 1970 to 1582.
271+
// Calculated as `(1<<48)-1` milliseconds, times 10,000 (100-ns units per ms), plus epoch offset from 1970 to 1582.
272272
{u: Must(FromString("ffffffff-ffff-7fff-bfff-ffffffffffff")), want: 2936942695106550000},
273273
}
274274
for _, tt := range tests {

0 commit comments

Comments
 (0)