mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-23 04:31:42 +00:00
Fix tag
This commit is contained in:
@ -3,7 +3,7 @@ import { tag, encrypt} from "../src";
|
||||
|
||||
describe("Index", () => {
|
||||
it("should expose right tag and encrypt function", () => {
|
||||
expect(tag).to.equal('/noise/1.0.0');
|
||||
expect(tag).to.equal('/noise');
|
||||
expect(typeof(encrypt)).to.equal('function');
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user