Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk committed Mar 11, 2024
1 parent 3ab9a8e commit ee079ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule JellyfishWeb.HealthcheckControllerTest do

@schema JellyfishWeb.ApiSpec.spec()

@commit_hash_lengh 40
@commit_hash_length 40

setup %{conn: conn} do
server_api_token = Application.fetch_env!(:jellyfish, :server_api_token)
Expand Down Expand Up @@ -33,6 +33,6 @@ defmodule JellyfishWeb.HealthcheckControllerTest do
"git_commit" => commit
} = response["data"]

assert String.length(commit) == @commit_hash_lengh
assert String.length(commit) == @commit_hash_length
end
end

0 comments on commit ee079ef

Please sign in to comment.