diff --git a/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/MemoryRecordViewTests.swift b/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/MemoryRecordViewTests.swift index d668d35..f6822fe 100644 --- a/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/MemoryRecordViewTests.swift +++ b/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/MemoryRecordViewTests.swift @@ -64,7 +64,7 @@ final class MemoryRecordViewTests: XCTestCase { assertSnapshots(of: sut, as: [.image(on: .iPhone13)]) } - func test_이미지가_1개_있을_때_화면() { + func test_이미지가_한개_있을_때_화면() { // given let reactor = MemoryRecordReactor( isPresent: false, @@ -84,7 +84,7 @@ final class MemoryRecordViewTests: XCTestCase { assertSnapshots(of: sut, as: [.image(on: .iPhone13)]) } - func test_이미지가_2개_있을_때_화면() { + func test_이미지가_두개_있을_때_화면() { // given let reactor = MemoryRecordReactor( isPresent: false, @@ -105,7 +105,7 @@ final class MemoryRecordViewTests: XCTestCase { assertSnapshots(of: sut, as: [.image(on: .iPhone13)]) } - func test_이미지가_5개_있을_때_화면() { + func test_이미지가_다섯개_있을_때_화면() { // given let reactor = MemoryRecordReactor( isPresent: false, diff --git "a/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_5\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" "b/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_\353\213\244\354\204\257\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" similarity index 100% rename from "InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_5\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" rename to "InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_\353\213\244\354\204\257\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" diff --git "a/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_2\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" "b/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_\353\221\220\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" similarity index 100% rename from "InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_2\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" rename to "InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_\353\221\220\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" diff --git "a/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_1\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" "b/InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_\355\225\234\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" similarity index 100% rename from "InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_1\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png" rename to "InMyMemory/Presentation/Tests/MemoryRecordPresentationTests/__Snapshots__/MemoryRecordViewTests/test_\354\235\264\353\257\270\354\247\200\352\260\200_\355\225\234\352\260\234_\354\236\210\354\235\204_\353\225\214_\355\231\224\353\251\264.1.png"