Skip to content

Commit

Permalink
remove now-unnecessary golden result for nri-postgresql @ ghc 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jali-clarke committed Aug 6, 2024
1 parent aa1bb0b commit 5bc922b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 86 deletions.
6 changes: 0 additions & 6 deletions nri-postgresql/test/ObservabilitySpec.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE QuasiQuotes #-}

module ObservabilitySpec
Expand Down Expand Up @@ -44,12 +43,7 @@ tests postgres =
|> spanForTask
Debug.toString span
|> Expect.equalToContentsOf
#if __GLASGOW_HASKELL__ >= 902
"test/golden-results/observability-spec-postgres-reporting-ghc-9"
#else
"test/golden-results/observability-spec-postgres-reporting-ghc-8"
#endif

]

spanForTask :: Show e => Task e () -> Expect.Expectation' Platform.TracingSpan
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ TracingSpan
{ srcLocPackage = "main"
, srcLocModule = "ObservabilitySpec"
, srcLocFile = "test/ObservabilitySpec.hs"
, srcLocStartLine = 60
, srcLocStartLine = 54
, srcLocStartCol = 7
, srcLocEndLine = 60
, srcLocEndLine = 54
, srcLocEndCol = 33
}
)
Expand All @@ -32,9 +32,9 @@ TracingSpan
{ srcLocPackage = "main"
, srcLocModule = "ObservabilitySpec"
, srcLocFile = "test/ObservabilitySpec.hs"
, srcLocStartLine = 36
, srcLocStartLine = 35
, srcLocStartCol = 11
, srcLocEndLine = 36
, srcLocEndLine = 35
, srcLocEndCol = 27
}
)
Expand Down

0 comments on commit 5bc922b

Please sign in to comment.