# -*- mode: snippet -*-
# name: Create Unit Tests
# key: unittests
# contributor: Matic Vertačnik
# --
/architect Generate two unit tests for the provided code: one that is expected to pass and one that is expected to fail. Ensure the tests cover both success and error conditions.
$0