Skip to content

Commit

Permalink
remove 'carto' reference, not applicable here
Browse files Browse the repository at this point in the history
  • Loading branch information
sbj42 committed Jul 24, 2018
1 parent 52972f6 commit 7b2c6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-field-of-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as assert from 'assert';

import {FieldOfViewMap} from '../src/field-of-view';

describe('carto/field-of-view', () => {
describe('field-of-view', () => {
it('body manipulation works', () => {
const fovMap = new FieldOfViewMap(7, 7);
assert.equal(false, fovMap.getBody(0, 0));
Expand Down

0 comments on commit 7b2c6e7

Please sign in to comment.