Skip to content

Instantly share code, notes, and snippets.

@blackode
Created February 14, 2017 10:42
Show Gist options
  • Save blackode/03d50e0834eace388f1c9c71969af576 to your computer and use it in GitHub Desktop.
Save blackode/03d50e0834eace388f1c9c71969af576 to your computer and use it in GitHub Desktop.
Test sample code
test "unlock success test", %{server: pid} do
assert :ok == PasswordLock.unlock(pid,"foo")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment