Skip to content

Commit bc38315

Browse files
committed
Fix tests
1 parent 0664074 commit bc38315

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
- name: Run tests
5454
run: |
5555
./nitter &
56-
pytest -n8 tests
56+
pytest -n3 tests

tests/test_card.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
'lnkd.in'],
2727

2828
['Thom_Wolf/status/1122466524860702729',
29-
'facebookresearch/fairseq',
30-
'Facebook AI Research Sequence-to-Sequence Toolkit written in Python. - GitHub - facebookresearch/fairseq: Facebook AI Research Sequence-to-Sequence Toolkit written in Python.',
29+
'GitHub - NVIDIA/Megatron-LM: Ongoing research training transformer models at scale',
30+
'Ongoing research training transformer models at scale - NVIDIA/Megatron-LM',
3131
'github.com'],
3232

3333
['brent_p/status/1088857328680488961',

tests/test_profile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
profiles = [
55
['mobile_test', 'Test account',
66
'Test Account. test test Testing username with @mobile_test_2 and a #hashtag',
7-
'San Francisco, CA', 'example.com/foobar', 'Joined October 2009', '98'],
7+
'San Francisco, CA', 'example.com/foobar', 'Joined October 2009', '97'],
88
['mobile_test_2', 'mobile test 2', '', '', '', 'Joined January 2011', '13']
99
]
1010

0 commit comments

Comments
 (0)