From 10ef3f9054bb0b3b5146a962b0f9eac334893c77 Mon Sep 17 00:00:00 2001 From: rvanasa Date: Mon, 5 Jan 2026 10:43:19 -0500 Subject: [PATCH] Update to 2.1.2 --- mops.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mops.toml b/mops.toml index 79efd3c..120d212 100644 --- a/mops.toml +++ b/mops.toml @@ -1,6 +1,6 @@ [package] name = "test" -version = "2.1.1" +version = "2.1.2" description = "Motoko testing library to run tests with mops" repository = "https://github.com/caffeinelabs/mops-test" keywords = [ "test", "testing", "unit", "suite", "expect", "matchers", "mops" ] @@ -14,4 +14,4 @@ moc = "1.0.0" wasmtime = "40.0.0" [requirements] -moc = "1.0.0" \ No newline at end of file +moc = "1.0.0"