Skip to content

Commit

Permalink
fir text for latest IDB to 2.26.38
Browse files Browse the repository at this point in the history
  • Loading branch information
nicHoch committed Feb 2, 2024
1 parent 8c772ca commit aaae4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ stixcore/data/soop/
stixcore/data/publish/
stixcore/data/test/products/end2end/
monitor_status.json
stixcore/data/test/idb/v2.26.38/idb.sqlite
2 changes: 1 addition & 1 deletion stixcore/idb/tests/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_find_version(idb_manager):

# fall back to the default
idb = idb_manager.get_idb(obt=SCETime(coarse=2 ** 31 - 1, fine=0))
assert idb.get_idb_version() == "2.26.37"
assert idb.get_idb_version() == "2.26.38"

assert idb_manager.find_version(obt=None) == "2.26.32"

Expand Down

0 comments on commit aaae4d9

Please sign in to comment.