Update __tests__/camera.test.ts

This commit is contained in:
Devin Tyler Cunningham 2025-03-21 08:50:56 -07:00 committed by GitHub
parent 47e19f14aa
commit bded76099b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' };