Skip to content

Commit 9371394

Browse files
committed
add comment for mint_test_non_ada
1 parent 3929e61 commit 9371394

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

validators/pool.ak

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,8 +1186,9 @@ test mint_test() {
11861186
mint_test_modify(identity, identity, identity, identity)
11871187
}
11881188

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
11911192
test mint_test_non_ada() {
11921193
let settings_policy_id =
11931194
#"00000000000000000000000000000000000000000000000000000000"
@@ -1271,6 +1272,7 @@ test mint_test_non_ada() {
12711272
let result = mint(settings_policy_id, poolMintRedeemer, ctx)
12721273
!result
12731274
}
1275+
12741276
// BUG SSW-001: pool_output.address unchecked
12751277
// for testing, we can run the whole of has_expected_pool_value
12761278
test mint_test_wrong_address () {

0 commit comments

Comments
 (0)