diff options
Diffstat (limited to 'test/pleroma/otp_version_test.exs')
| -rw-r--r--[-rwxr-xr-x] | test/pleroma/otp_version_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/otp_version_test.exs b/test/pleroma/otp_version_test.exs index 642cd13..21701d5 100755..100644 --- a/test/pleroma/otp_version_test.exs +++ b/test/pleroma/otp_version_test.exs @@ -28,7 +28,7 @@ defmodule Pleroma.OTPVersionTest do "23.0" end - test "with non existance file" do + test "with nonexistent file" do assert OTPVersion.get_version_from_files([ "test/fixtures/warnings/otp_version/non-exising", "test/fixtures/warnings/otp_version/22.4" |
