Skip to content

Commit

Permalink
Update Model to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed Aug 1, 2020
1 parent 0791cca commit 4299b42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/Nef10/SwiftBeanCountModel.git",
"state": {
"branch": null,
"revision": "1fcdc768240eee7d35514f18ec1276a402f295c8",
"version": "0.1.5"
"revision": "a72ca4e46e816638be644ddfbb3c3f9233a5c944",
"version": "0.1.6"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/Nef10/SwiftBeanCountModel.git",
.exact("0.1.5")
.exact("0.1.6")
),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Tests/SwiftBeanCountParserTests/PostingParserTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import XCTest

class PostingParserTests: XCTestCase {

let transaction = Transaction(metaData: TransactionMetaData(date: Date(), payee: "Payee", narration: "Narration", flag: Flag.complete, tags: []), postings: [])
let transaction = Transaction(metaData: TransactionMetaData(date: Date(), payee: "Payee", narration: "Narration"), postings: [])

var basicPosting: Posting?

Expand Down

0 comments on commit 4299b42

Please sign in to comment.