Skip to content

Commit

Permalink
undo the fit that made us only run a single test
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Oct 15, 2024
1 parent 74a1988 commit 898d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/angular/services/querySnapshotSvc_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ describe('Service: querySnapshotSvc', function () {
}
});

fit('gets saved search results in saved order', function fetchAfterResolveTest() {
it('gets saved search results in saved order', function fetchAfterResolveTest() {
var snap5 = querySnapshotSvc.snapshots['5'];
var snap5query0Results = snap5.getSearchResults('0');
expect(snap5query0Results[0].id).toEqual('1');
Expand Down

0 comments on commit 898d3c0

Please sign in to comment.