Skip to content

Commit

Permalink
Merge pull request #22 from davyzhang3/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
davyzhang3 authored Jun 2, 2023
2 parents 5f5407e + 3eaa3a2 commit 4060d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@app.route("/")
def main():
return "Welcome Weclouddata! v0.5"
return "Welcome Weclouddata! v0.6"


@app.route('/courses')
Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def setUp(self):

def test_get_welcome_endpoint(self):
r = self.app.get('/')
self.assertEqual(r.data, b'Welcome Weclouddata! v0.5')
self.assertEqual(r.data, b'Welcome Weclouddata! v0.6')


def test_get_courses_endpoint(self):
Expand Down

0 comments on commit 4060d7e

Please sign in to comment.