GitHub Actions / Test Results
succeeded
Dec 16, 2024 in 0s
Test Results
Summary
🧪 202/202 tests passed
Tests
Tests Passed ✅ | Tests Failed ⛔️ | Tests Total |
---|---|---|
202 | 0 | 202 |
Annotations
Check failure on line 63 in WireAPI/Tests/WireAPITests/APIs/AccountsAPI/AccountsAPITests.swift
github-actions / Test Results
AccountsAPITests.testUpgradeToTeam_Request_Generation_V7_Onwards() failed
failed - Snapshot "request-0-v7" does not match reference.
@−
"file:///Users/admin/actions-runner/_work/wire-ios/wire-ios/WireAPI/Tests/WireAPITests/APIs/AccountsAPI/__Snapshots__/AccountsAPITests/testUpgradeToTeam_Request_Generation_V7_Onwards.request-0-v7.txt"
@+
"file:///Users/admin/Library/Developer/CoreSimulator/Devices/D8E2CAA5-A191-4AB5-9DD5-3CCD10A7ACCC/data/tmp/AccountsAPITests/testUpgradeToTeam_Request_Generation_V7_Onwards.request-0-v7.txt"
To configure output for a custom diff tool, use 'withSnapshotTesting'. For example:
withSnapshotTesting(diffTool: .ksdiff) {
// ...
}
@@ −1,5 +1,5 @@
curl \
--request POST \
--header "Content-Type: application/json" \
− --data "{\"name\":\"iOS Team\",\"icon\":\"default\"}" \
+ --data "{\"icon\":\"default\",\"name\":\"iOS Team\"}" \
"upgrade-personal-to-team"
Loading