Skip to content

Commit

Permalink
Update test/get_process_mem_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jul 22, 2024
1 parent 37fe3f3 commit 9f7f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/get_process_mem_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_different_pid_returns_different_memory

def test_invalid_pid
raised_exception = false
GetProcessMem.new('ls')
GetProcessMem.new("ls")
rescue ArgumentError
raised_exception = true
ensure
Expand Down

0 comments on commit 9f7f0ed

Please sign in to comment.