mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-23 21:17:20 +01:00
Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
/datum/unit_test/integrated_circuits/equals_6/arrange()
|
||||
A = new(get_standard_turf())
|
||||
inputs_to_give = list(weakref(A), weakref(A))
|
||||
inputs_to_give = list(WEAKREF(A), WEAKREF(A))
|
||||
..()
|
||||
|
||||
/datum/unit_test/integrated_circuits/equals_6/clean_up()
|
||||
@@ -55,7 +55,7 @@
|
||||
/datum/unit_test/integrated_circuits/equals_7/arrange()
|
||||
A = new(get_standard_turf())
|
||||
B = new(get_standard_turf())
|
||||
inputs_to_give = list(weakref(A), weakref(B))
|
||||
inputs_to_give = list(WEAKREF(A), WEAKREF(B))
|
||||
..()
|
||||
|
||||
/datum/unit_test/integrated_circuits/equals_7/clean_up()
|
||||
@@ -209,4 +209,4 @@
|
||||
name = "Logic Circuits: Not - Invert to True"
|
||||
circuit_type = /obj/item/integrated_circuit/logic/unary/not
|
||||
inputs_to_give = list(0)
|
||||
expected_outputs = list(1)
|
||||
expected_outputs = list(1)
|
||||
|
||||
Reference in New Issue
Block a user