Skip to content

Commit

Permalink
Fix testing dependencies in baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 23, 2020
1 parent 2f70f07 commit a9cc73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ baseline: spec
spec
package: 'SpreadSheetTool-Core';
package: 'SpreadSheetTool-Tests' with: [
spec requires: #('SpreadSheetTool-Core' 'MorphicTestingFramework')];
spec requires: #default];
package: 'SpreadSheetTool-Examples'.
spec
group: 'default' with: #('SpreadSheetTool-Core' 'SpreadSheetTool-Examples');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
},
"instance" : {
"baseline:" : "ct 10/23/2020 23:14",
"baseline:" : "ct 10/24/2020 00:48",
"postLoad" : "CT 5/26/2019 19:34" } }

0 comments on commit a9cc73e

Please sign in to comment.