Fix mention of current version in test (#4169)

This commit is contained in:
Laurenz 2024-05-17 15:12:10 +02:00
parent 836157a924
commit 09b59d030d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 B

View File

@ -136,8 +136,8 @@
--- dict-from-module ---
// Test dictionary constructor
#dictionary(sys).at("version")
#dictionary(sys).at("no-crash", default: none)
#test(type(dictionary(sys).at("version")), version)
#test(dictionary(sys).at("no-crash", default: none), none)
--- dict-remove-order ---
// Test that removal keeps order.