Skip to content

Commit

Permalink
Add more acceptance tests for real dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
josacar committed Jul 19, 2024
1 parent 8289c9e commit 92bf787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/triki_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ describe Triki do

it "obfuscates with fixed string" do
output_string.should_not contain("vghbdj54-gbh=nj@%^gvbcd")
output_string.should contain("SOME_FIXED_PASSWORD_FOR_EASE_OF_DEBUGGING")
end

it "obfuscates with a lambda string output" do
Expand Down

0 comments on commit 92bf787

Please sign in to comment.