mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
test: fixture test
This commit is contained in:
parent
7d32e9d69d
commit
fece94c9fc
7 changed files with 196 additions and 0 deletions
20
tests/fixtures/msn_sentiment_bbca.json
vendored
Normal file
20
tests/fixtures/msn_sentiment_bbca.json
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"symbol": "BBCA.JK",
|
||||
"displayName": "Bank Central Asia Tbk PT",
|
||||
"sentimentStatistics": [
|
||||
{
|
||||
"timeRangeName": "1D",
|
||||
"bullish": 10,
|
||||
"bearish": 2,
|
||||
"neutral": 3
|
||||
},
|
||||
{
|
||||
"timeRangeName": "1W",
|
||||
"bullish": 25,
|
||||
"bearish": 5,
|
||||
"neutral": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue