Skip to content

Commit

Permalink
Fix SPM Codegen Test ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Oct 20, 2023
1 parent ea2efad commit 7dafb0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ class TestMockUsageTests: XCTestCase {
bodyTemperature: 70,
favoriteToy: "Ball",
height: mockHeight,
houseDetails: "Single Level Ranch"
humanName: "Lucky",
id: "Dog",
laysEggs: false,
owner: mockHuman,
predators: [mockCrocodile, mockBird],
skinCovering: .case(.fur),
species: "Lab",
houseDetails: "Single Level Ranch")
species: "Lab")

// then
XCTAssertEqual(mockDog.birthdate, "Jan 10")
Expand Down

0 comments on commit 7dafb0e

Please sign in to comment.