mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-18 12:28:37 +01:00
16 lines
247 B
Swift
16 lines
247 B
Swift
|
//
|
||
|
// ArticleChangesTests.swift
|
||
|
// DatabaseTests
|
||
|
//
|
||
|
// Created by Brent Simmons on 9/21/17.
|
||
|
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import XCTest
|
||
|
@testable import Database
|
||
|
|
||
|
class ArticleChangesTests: XCTestCase {
|
||
|
|
||
|
|
||
|
}
|