Skip to content

Commit

Permalink
removes 'fit'
Browse files Browse the repository at this point in the history
(ie js unit tests that only run on this one thing)
  • Loading branch information
fredkingham committed Feb 21, 2018
1 parent 4a3ceb3 commit 6ebaaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/static/js/test/patient_list.controller.test.js
Expand Up @@ -208,7 +208,7 @@ describe('PatientListCtrl', function() {
});

describe('refresh()', function() {
fit('should update .episodes with what the server thinks is the episode', function() {
it('should update .episodes with what the server thinks is the episode', function() {
var updated = angular.copy(episodeData)
updated.active = false;

Expand Down

0 comments on commit 6ebaaaa

Please sign in to comment.