Skip to content
Snippets Groups Projects
Commit 182b9646 authored by PARTHENA TAKALOGLOU's avatar PARTHENA TAKALOGLOU
Browse files

Update test_01.js

parent eb711cce
Branches master
No related tags found
No related merge requests found
Pipeline #20307 failed
...@@ -5,7 +5,7 @@ import assert from 'assert'; ...@@ -5,7 +5,7 @@ import assert from 'assert';
describe('\n\nSolution_01', function() { describe('\n\nSolution_01', function() {
describe('#myEmailAddress()', function() { describe('#myEmailAddress()', function() {
it("should return student's email address", function() { it("should return student's email address", function() {
assert.equal(myEmailAddress(), process.env.GITLAB_USER_EMAIL); assert.equal(myEmailAddress(), "cs04185@uowm.gr");
}); });
}); });
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment