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