Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 8, 2024
1 parent 5b856fc commit 5f03d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions todos-fluent/Tests/AppTests/AppTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ final class AppTests: XCTestCase {
var hostname: String { "localhost" }
var port: Int { 8080 }
var migrate: Bool { true }
var revert: Bool { false }
var inMemoryDatabase: Bool { true }
}

Expand Down

0 comments on commit 5f03d00

Please sign in to comment.