File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1186,8 +1186,9 @@ test mint_test() {
1186
1186
mint_test_modify(identity, identity, identity, identity)
1187
1187
}
1188
1188
1189
-
1190
-
1189
+ // BUG SSW-201
1190
+ // pool with pair without ADA will have an additional token
1191
+ // so we should test for exotic pairs without ada
1191
1192
test mint_test_non_ada() {
1192
1193
let settings_policy_id =
1193
1194
#"00000000000000000000000000000000000000000000000000000000"
@@ -1271,6 +1272,7 @@ test mint_test_non_ada() {
1271
1272
let result = mint(settings_policy_id, poolMintRedeemer, ctx)
1272
1273
!result
1273
1274
}
1275
+
1274
1276
// BUG SSW-001: pool_output.address unchecked
1275
1277
// for testing, we can run the whole of has_expected_pool_value
1276
1278
test mint_test_wrong_address () {
You can’t perform that action at this time.
0 commit comments