Skip to content

Commit

Permalink
test: add test scenario
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Sep 25, 2023
1 parent a53b72f commit 04392b7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ insert Person {"name":"Ada Lovelace"} 10 second
insert Person {"name":"Ada Lovelace"} 10 millisecond
insert Person {"name":"Ada Lovelace"} 10 nanosecond
#dashes
insert from my-prefix-user (user-id = @user-id)
insert from my_prefix_user (user-id = @user_id)
insert my-prefix-user (user-id = @user-id)
insert my_prefix_user (user-id = @user_id)
insert my-prefix-user-1 (user-id-1 = @user-id)

0 comments on commit 04392b7

Please sign in to comment.