Created
February 14, 2017 10:42
-
-
Save blackode/03d50e0834eace388f1c9c71969af576 to your computer and use it in GitHub Desktop.
Test sample code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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