From 552c9c7321895d41f81e460b94182b7a00d2cb88 Mon Sep 17 00:00:00 2001
From: icebaker <icebaker@proton.me>
Date: Wed, 10 Jan 2024 20:23:06 -0300
Subject: fixing spec

---
 spec/logic/helpers/hash_spec.rb | 1 -
 1 file changed, 1 deletion(-)

(limited to 'spec/logic')

diff --git a/spec/logic/helpers/hash_spec.rb b/spec/logic/helpers/hash_spec.rb
index 5e4ec60..7c8ff58 100644
--- a/spec/logic/helpers/hash_spec.rb
+++ b/spec/logic/helpers/hash_spec.rb
@@ -10,7 +10,6 @@ RSpec.describe NanoBot::Logic::Helpers::Hash do
   end
 
   it 'stringify keys' do
-    pp described_class.stringify_keys({ a: 'b', c: { d: [:e] } })
     expect(described_class.stringify_keys({ a: 'b', c: { d: [:e] } })).to eq(
       { 'a' => 'b', 'c' => { 'd' => [:e] } }
     )
-- 
cgit v1.2.3