Skip to content

Commit

Permalink
Fix SettingsResponseSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilak committed Oct 30, 2023
1 parent 25522c2 commit 716bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZoteroTests/SettingsResponseSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ final class SettingsResponseSpec: QuickSpec {

if let index = decoded.pageIndices.indices.first(where: { $0.key == "ZYI76ILG" }) {
expect(index.libraryId).to(equal(.custom(.myLibrary)))
expect(index.value).to(equal("2.233"))
expect(index.value).to(equal("2.2"))
} else {
fail("Missing page index ZYI76ILE")
}
Expand Down

0 comments on commit 716bdcf

Please sign in to comment.