Commit b52d592f6dbb2bb5965a64da0aa4cb0ac447ebe1
1 parent
54a67f30
Exists in
master
Fixed test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/query_test.rb
@@ -13,7 +13,7 @@ class QueryTest < Minitest::Test | @@ -13,7 +13,7 @@ class QueryTest < Minitest::Test | ||
13 | end | 13 | end |
14 | 14 | ||
15 | def test_default_timeout | 15 | def test_default_timeout |
16 | - assert_equal "6s", Product.search("*").body[:timeout] | 16 | + assert_equal "6000ms", Product.search("*").body[:timeout] |
17 | end | 17 | end |
18 | 18 | ||
19 | def test_timeout_override | 19 | def test_timeout_override |