about summary refs log tree commit homepage
path: root/test/test_rg_integration.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_rg_integration.rb')
-rw-r--r--test/test_rg_integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_rg_integration.rb b/test/test_rg_integration.rb
index 79a6563..3b78e07 100644
--- a/test/test_rg_integration.rb
+++ b/test/test_rg_integration.rb
@@ -41,7 +41,7 @@ class TestRgIntegration < Minitest::Unit::TestCase
       end while cur["current_offset"] == 0 && sleep(0.01)
     end
 
-    assert_nil cur["current"]["env"]["RGFX"]
+    assert_empty cur["current"]["env"]["RGFX"]
 
     assert_equal DTAS::Format.new.rate * len, cur["current_expect"]