Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hustenbonbon committed Oct 4, 2023
1 parent d34570b commit 49d046c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PayForMeTests/AddProjectManuallyTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class AddProjectManuallyTests: XCTestCase {
XCTAssertEqual(project.backend, .cospend)
XCTAssertEqual(project.name, "02939asdasd12asdj23")
XCTAssertEqual(project.token, "02939asdasd12asdj23")
XCTAssertEqual(project.password, "")
XCTAssertEqual(project.password, "no-pass")
XCTAssertEqual(project.url.absoluteString, "https://myserver.de")
exp.fulfill()
}.store(in: &subscriptions)
Expand Down

0 comments on commit 49d046c

Please sign in to comment.