From 796743b7baa469158d6e9bb3f27124e92f4d7184 Mon Sep 17 00:00:00 2001 From: Berenice Huerta Date: Tue, 31 May 2022 14:03:39 -0500 Subject: [PATCH 1/2] let's see the push --- .github/workflows/unit_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 32d8c11..fb7e4ef 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -1 +1,2 @@ -name: Unit Tests \ No newline at end of file +name: Unit Tests + From 8505695d091acdb109d83bd706158529f04e903a Mon Sep 17 00:00:00 2001 From: Berenice Huerta Date: Tue, 31 May 2022 14:12:14 -0500 Subject: [PATCH 2/2] correction done --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 1631094..661bac0 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ var express = require('express') var app = express() app.get('/', function (req, res) { - res.send('Hello Dexcom!') + res.send('Hello World!') }) module.exports = app; \ No newline at end of file