Update __tests__/camera.test.ts
This commit is contained in:
parent
47e19f14aa
commit
bded76099b
@ -1,5 +1,5 @@
|
||||
import { Camera, formatCameraText } from '@/camera';
|
||||
import { MAKE_} from '@/platforms/sony';
|
||||
import { MAKE_SONY } from '@/platforms/sony';
|
||||
|
||||
const APPLE : Camera = { make: 'Apple', model: 'iPhone 11 Pro' };
|
||||
const APPLE_01 : Camera = { make: 'Apple', model: 'iPhone 11' };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user