Skip to content

Commit d9ebf24

Browse files
committed
use elixir main in test
1 parent aaeb352 commit d9ebf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hexdocs/search_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ defmodule Hexdocs.SearchTest do
119119

120120
test "prunes previous docs before updating search index", %{package: _package} do
121121
package = "elixir"
122-
version = "1.18"
122+
version = "main"
123123

124124
run_upload(package, version, [
125125
{"index.html", "contents"},

0 commit comments

Comments
 (0)