Skip to content

Commit

Permalink
chore: 테스트 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hogumachu committed Jan 21, 2024
1 parent 3ccd015 commit 723c4b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 723c4b4

Please sign in to comment.