summaryrefslogtreecommitdiff
path: root/spec/signup_spec.js
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-06-22 16:17:45 +0200
committerAzul <azul@riseup.net>2013-06-24 12:33:03 +0200
commit0c5369fd9299eb9bf7295e3925ce803c5473e2b8 (patch)
tree14a591408caecc369b84d985dae1864019f3aedc /spec/signup_spec.js
parentf1ad0b7e428205a76f6176f44100eac39bb80310 (diff)
refactor: separate account from session
Diffstat (limited to 'spec/signup_spec.js')
-rw-r--r--spec/signup_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/signup_spec.js b/spec/signup_spec.js
index 4f7a65d..48a62a7 100644
--- a/spec/signup_spec.js
+++ b/spec/signup_spec.js
@@ -11,7 +11,7 @@ describe("Signup with srp var", function() {
specHelper.setupFakeXHR.apply(this);
calculate = new srp.Calculate();
calculate.randomSalt = function() {return "4c78c3f8"};
- srp.session = new srp.Session(undefined, undefined, calculate);
+ srp.session = new srp.Session(undefined, calculate);
});
afterEach(function() {