Frontend: Update photo_test.js #2040 #3077 #3816

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-10-13 11:41:13 +02:00
parent 09ad17d10a
commit 544eea50f2

View file

@ -1241,7 +1241,7 @@ describe("model/photo", () => {
Files: [],
};
const photo = new Photo(values);
assert.equal(photo.getLensInfo(), "EF50mm f/1.8 II, 50mm, ƒ/2.8, ISO100, 1/1600");
assert.equal(photo.getLensInfo(), "EF50mm ƒ/1.8 II, 50mm, ƒ/2.8, ISO100, 1/1600");
});
it("should archive photo", () => {