Skip to content

Commit

Permalink
test: add test case that uses performative in message definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Feb 1, 2024
1 parent eee6eef commit 0bdc2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ try

abstract type MyAbstractReq <: Message end
@message "org.arl.fjage.test.MyAbstractReq" struct MyAbstractReq <: MyAbstractReq end
@message "org.arl.fjage.test.MyReq" struct MyReq <: MyAbstractReq end
@message "org.arl.fjage.test.MyReq" Performative.AGREE struct MyReq <: MyAbstractReq end

@testset "@message" begin
@test MyAbstractReq <: Message
Expand Down

0 comments on commit 0bdc2be

Please sign in to comment.