File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ describe("crate", function()
23
23
month = 2 ,
24
24
day = 3 ,
25
25
hour = 6 ,
26
- minute = 17 ,
27
- second = 14 ,
26
+ min = 17 ,
27
+ sec = 14 ,
28
28
}),
29
29
updated = DateTime .new (os.time {
30
30
year = 2022 ,
31
31
month = 2 ,
32
32
day = 14 ,
33
33
hour = 8 ,
34
- minute = 37 ,
35
- second = 47 ,
34
+ min = 37 ,
35
+ sec = 47 ,
36
36
}),
37
37
downloads = 121616874 ,
38
38
homepage = " https://rust-random.github.io/book" ,
@@ -86,8 +86,8 @@ describe("versions", function()
86
86
month = 2 ,
87
87
day = 14 ,
88
88
hour = 8 ,
89
- minute = 37 ,
90
- second = 47 ,
89
+ min = 37 ,
90
+ sec = 47 ,
91
91
})
92
92
}, versions [1 ])
93
93
@@ -103,8 +103,8 @@ describe("versions", function()
103
103
month = 4 ,
104
104
day = 1 ,
105
105
hour = 16 ,
106
- minute = 31 ,
107
- second = 9 ,
106
+ min = 31 ,
107
+ sec = 9 ,
108
108
})
109
109
}, versions [2 ])
110
110
@@ -120,8 +120,8 @@ describe("versions", function()
120
120
month = 2 ,
121
121
day = 3 ,
122
122
hour = 6 ,
123
- minute = 17 ,
124
- second = 14 ,
123
+ min = 17 ,
124
+ sec = 14 ,
125
125
})
126
126
}, versions [3 ])
127
127
end )
You can’t perform that action at this time.
0 commit comments