Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Jul 26, 2021
1 parent 3e28fa7 commit ad0d38c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conbench/tests/entities/test_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def create_benchmark_summary(results, commit, name=None):
return summary


def test_distibution_queries():
def test_distribution_queries():
query = str(get_commit_index(REPO).statement.compile())
assert query == COMMIT_INDEX
query = str(get_sha_row_number(REPO, "SHA").statement.compile())
Expand All @@ -136,7 +136,7 @@ def test_distibution_queries():
assert query == DISTRIBUTION


def test_distibution():
def test_distribution():
commit_1 = Commit.create(
{
"sha": "11111",
Expand Down Expand Up @@ -452,7 +452,7 @@ def test_distibution():
assert summary_x.z_score == 0


def test_distibution_multiple_runs_same_commit():
def test_distribution_multiple_runs_same_commit():
commit_1 = Commit.create(
{
"sha": "xxxxx",
Expand Down

0 comments on commit ad0d38c

Please sign in to comment.