Skip to content

Commit 36101a8

Browse files
committed
fix: test
Signed-off-by: Marcel Klehr <[email protected]>
1 parent c5b679e commit 36101a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,8 +1960,8 @@ describe('Floccus', function() {
19601960
title: 'c',
19611961
children: [
19621962
new Bookmark({
1963-
title: 'url',
1964-
url: 'http://ur.l/',
1963+
title: 'test',
1964+
url: 'http://urrr.l/',
19651965
})
19661966
]
19671967
})
@@ -1971,8 +1971,8 @@ describe('Floccus', function() {
19711971
title: 'c',
19721972
children: [
19731973
new Bookmark({
1974-
title: 'test',
1975-
url: 'http://urrr.l/',
1974+
title: 'url',
1975+
url: 'http://ur.l/',
19761976
})
19771977
]
19781978
}),

0 commit comments

Comments
 (0)