Skip to content

Commit 22d2eb7

Browse files
authored
Update solution.test.ts
1 parent e73aabf commit 22d2eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ts/g0701_0800/s0739_daily_temperatures/solution.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ test('dailyTemperatures2', () => {
1010
expect(dailyTemperatures([30, 40, 50, 60])).toEqual([1, 1, 1, 0])
1111
})
1212

13-
test('dailyTemperatures2', () => {
13+
test('dailyTemperatures3', () => {
1414
expect(dailyTemperatures([30, 60, 900])).toEqual([1, 1, 0])
1515
})

0 commit comments

Comments
 (0)