Project opens websocket and reconnects if ping replies from the printer stop
This commit is contained in:
17
KlipperMonTests/KlipperMonScratchTests.swift
Normal file
17
KlipperMonTests/KlipperMonScratchTests.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// KlipperMonScratchTests.swift
|
||||
// KlipperMonTests
|
||||
//
|
||||
// Created by maddiefuzz on 2/20/23.
|
||||
//
|
||||
|
||||
import XCTest
|
||||
|
||||
class ScratchTests: XCTestCase {
|
||||
|
||||
func testOneAndOneIsEqual() {
|
||||
let a = 1
|
||||
let b = 1
|
||||
XCTAssertEqual(a, b, "1 did not equal 1.")
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user