Skip to content

Commit 449ba80

Browse files
committed
fix tests (2)
1 parent 4d29c5d commit 449ba80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/service/ProjectAnalysisTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2906,7 +2906,7 @@ let ``Test Project19 all symbols`` () =
29062906
("DayOfWeek", "DayOfWeek", "file1", ((10, 15), (10, 24)), [],
29072907
["enum"; "valuetype"]);
29082908
("System", "System", "file1", ((10, 8), (10, 14)), [], ["namespace"]);
2909-
("field Monday", "Monday", "file1", ((10, 8), (10, 31)), [], []);
2909+
("field Monday", "Monday", "file1", ((10, 8), (10, 31)), [], ["field"; "mutable"; "static"; "1"]);
29102910
("val s", "s", "file1", ((10, 4), (10, 5)), ["defn"], ["val"]);
29112911
("Impl", "Impl", "file1", ((2, 7), (2, 11)), ["defn"], ["module"])|]
29122912

0 commit comments

Comments
 (0)