2017-09-21 18:23:42 -07:00
|
|
|
//
|
|
|
|
// ArticleChangesTests.swift
|
|
|
|
// DatabaseTests
|
|
|
|
//
|
|
|
|
// Created by Brent Simmons on 9/21/17.
|
|
|
|
// Copyright © 2017 Ranchero Software. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
import XCTest
|
2018-07-23 18:29:08 -07:00
|
|
|
@testable import ArticlesDatabase
|
2017-09-21 18:23:42 -07:00
|
|
|
|
|
|
|
class ArticleChangesTests: XCTestCase {
|
|
|
|
|
|
|
|
|
|
|
|
}
|