Skip to content

Commit 89494e3

Browse files
🔍 test: Update source URL.
1 parent fa5ef8d commit 89494e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/Fibonacci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as integer from '@aureooms/js-integer' ;
66
import { list , map , range } from '@aureooms/js-itertools' ;
77
import { Fibonacci } from '../../src' ;
88

9-
const URL = 'https://raw.githubusercontent.com/aureooms/integer-sequence-fibonacci/master/sequence/' ;
9+
const URL = 'https://raw.githubusercontent.com/aureooms/integer-sequence-fibonacci/main/sequence/' ;
1010

1111
const N = 100 ;
1212
const MAX_NUMBER = 78 ; // biggest fibonacci number smaller than 2^53

0 commit comments

Comments
 (0)