Skip to content

Commit

Permalink
update tests to use multisamlstrategy.js from the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu committed Feb 7, 2021
1 parent 46c6df1 commit 6182dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiSamlStrategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var sinon = require("sinon");
var should = require("should");
var SamlStrategy = require("../lib/passport-saml/index.js").Strategy;
var MultiSamlStrategy = require("../multiSamlStrategy");
var MultiSamlStrategy = require("../lib/passport-saml/multiSamlStrategy");

function verify() {}

Expand Down

0 comments on commit 6182dde

Please sign in to comment.