File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed 
testlib/Test/Cardano/Ledger/Dijkstra Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ library testlib
118118    Test.Cardano.Ledger.Dijkstra.Imp.UtxowSpec
119119    Test.Cardano.Ledger.Dijkstra.ImpTest
120120    Test.Cardano.Ledger.Dijkstra.TreeDiff
121+     Test.Cardano.Ledger.Dijkstra.TxInfoSpec
121122
122123  other-modules : Paths_cardano_ledger_dijkstra
123124  default-language : Haskell2010
Original file line number Diff line number Diff line change 1+ {-# LANGUAGE  AllowAmbiguousTypes #-}
2+ {-# LANGUAGE  DataKinds #-}
3+ {-# LANGUAGE  FlexibleContexts #-}
4+ {-# LANGUAGE  FlexibleInstances #-}
5+ {-# LANGUAGE  OverloadedStrings #-}
6+ {-# LANGUAGE  ScopedTypeVariables #-}
7+ 
8+ module  Test.Cardano.Ledger.Dijkstra.TxInfoSpec  (spec ) where 
9+ 
10+ import  Test.Cardano.Ledger.Common 
11+ import  Test.Cardano.Ledger.Conway.Genesis  ()
12+ 
13+ spec  ::  Spec 
14+ spec =  do 
15+   describe " TxInfo" $  do 
16+     pure  ()  --  TODO
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments