fix(core): update

This commit is contained in:
2021-01-22 18:27:50 +00:00
parent 76cfc8bec0
commit 48878c0b38
2 changed files with 6 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ tap.test('expect have the correct protocol', async () => {
expect(testDomain.protocol).equal('https');
});
tap.test('testDomain2 expect be a basic domain', async () => {
testDomain2 = new smartstring.Domain('bleu.de');
testDomain2 = new smartstring.Domain('testing.bleu.de');
console.log(testDomain2);
});