1 parent 6586b1a commit 44e51b3Copy full SHA for 44e51b3
1 file changed
labs/github-actions/testing-lab/math.js
@@ -1,5 +1,5 @@
1
function sum(a, b) {
2
- return a - b;
+ return a + b;
3
}
4
5
module.exports = sum;
0 commit comments