Unverified Commit 8d5c8cef authored by isabel's avatar isabel Committed by GitHub
Browse files

tests.writers: fix toml test (#515921)

parents 5f49e619 1cdfe0bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -471,7 +471,7 @@ recurseIntoAttrs {
    toml = expectDataEqual {
      file = writeTOML "data.toml" { hello = "world"; };
      expected = ''
        hello = "world"
        hello = 'world'
      '';
    };