aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/http.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/http.js')
-rw-r--r--src/ng/http.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/http.js b/src/ng/http.js
index 62e255db..04cb3d28 100644
--- a/src/ng/http.js
+++ b/src/ng/http.js
@@ -642,7 +642,7 @@ function $HttpProvider() {
sampleGetBtn.click();
fetchBtn.click();
expect(status.getText()).toMatch('200');
- expect(data.getText()).toMatch(/Hello, \$http!/)
+ expect(data.getText()).toMatch(/Hello, \$http!/);
});
it('should make a JSONP request to angularjs.org', function() {