Skip to content

Commit

Permalink
Fix another merge conflict (remove self from arguments)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern authored Aug 18, 2023
1 parent 9ae9801 commit a70dac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/accuracy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ def test_nytimes_16():
_test_index("nytimes-16-angular", 80.00)


def test_lastfm_dot(self):
def test_lastfm_dot():
_test_index('lastfm-64-dot', 60.00, 'dot', 64)


def test_lastfm_angular(self):
def test_lastfm_angular():
_test_index('lastfm-64-dot', 60.00, 'angular', 65)

0 comments on commit a70dac2

Please sign in to comment.