refactor: Move implies into moxlib
This commit is contained in:
@@ -211,13 +211,4 @@ void main() {
|
||||
expect(firstNotNull([null, null, 2]), 2);
|
||||
});
|
||||
});
|
||||
|
||||
group("implies", () {
|
||||
test("Truth table test", () {
|
||||
expect(implies(true, true), true);
|
||||
expect(implies(true, false), false);
|
||||
expect(implies(false, true), true);
|
||||
expect(implies(false, false), true);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user