Skip to content

Commit 5c9d483

Browse files
committed
Fix test
1 parent b1617a4 commit 5c9d483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tests/charts/scales.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sandboxTest('datetime scale', async ({ sandbox }) => {
88
import datetime
99
1010
# Generate x values
11-
dates = [datetime.date(2023, 9, 1) + datetime.timedelta(seconds=i) for i in range(10)]
11+
dates = [datetime.date(2023, 9, 1) + datetime.timedelta(seconds=i) for i in range(100)]
1212
y_sin = np.sin(np.linspace(0, 2*np.pi, 100))
1313
1414
# Create the plot

0 commit comments

Comments
 (0)